Module Values_2.VerifiedAccessTrustProviderSource

Describes a Verified Access trust provider.

Sourcetype nonrec t = {
  1. verifiedAccessTrustProviderId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services Verified Access trust provider.

    *)
  2. description : Values_0.String_.t option;
    (*

    A description for the Amazon Web Services Verified Access trust provider.

    *)
  3. trustProviderType : Values_0.TrustProviderType.t option;
    (*

    The type of Verified Access trust provider.

    *)
  4. userTrustProviderType : Values_0.UserTrustProviderType.t option;
    (*

    The type of user-based trust provider.

    *)
  5. deviceTrustProviderType : Values_0.DeviceTrustProviderType.t option;
    (*

    The type of device-based trust provider.

    *)
  6. oidcOptions : Values_1.OidcOptions.t option;
    (*

    The options for an OpenID Connect-compatible user-identity trust provider.

    *)
  7. deviceOptions : Values_1.DeviceOptions.t option;
    (*

    The options for device-identity trust provider.

    *)
  8. policyReferenceName : Values_0.String_.t option;
    (*

    The identifier to be used when working with policy rules.

    *)
  9. creationTime : Values_0.String_.t option;
    (*

    The creation time.

    *)
  10. lastUpdatedTime : Values_0.String_.t option;
    (*

    The last updated time.

    *)
  11. tags : Values_0.TagList.t option;
    (*

    The tags.

    *)
  12. sseSpecification : Values_1.VerifiedAccessSseSpecificationResponse.t option;
    (*

    The options in use for server side encryption.

    *)
  13. nativeApplicationOidcOptions : Values_1.NativeApplicationOidcOptions.t option;
    (*

    The OpenID Connect (OIDC) options.

    *)
}
Sourceval make : ?verifiedAccessTrustProviderId:??? -> ?description:??? -> ?trustProviderType:??? -> ?userTrustProviderType:??? -> ?deviceTrustProviderType:??? -> ?oidcOptions:??? -> ?deviceOptions:??? -> ?policyReferenceName:??? -> ?creationTime:??? -> ?lastUpdatedTime:??? -> ?tags:??? -> ?sseSpecification:??? -> ?nativeApplicationOidcOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t