Values_7.CreateVerifiedAccessTrustProviderRequestSourceA trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.
type nonrec t = {trustProviderType : Values_0.TrustProviderType.t;The type of trust provider.
*)userTrustProviderType : Values_0.UserTrustProviderType.t option;The type of user-based trust provider. This parameter is required when the provider type is user.
*)deviceTrustProviderType : Values_0.DeviceTrustProviderType.t option;The type of device-based trust provider. This parameter is required when the provider type is device.
*)oidcOptions : Values_3.CreateVerifiedAccessTrustProviderOidcOptions.t option;The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the provider type is user.
*)deviceOptions : Values_3.CreateVerifiedAccessTrustProviderDeviceOptions.t
option;The options for a device-based trust provider. This parameter is required when the provider type is device.
*)policyReferenceName : Values_0.String_.t;The identifier to be used when working with policy rules.
*)description : Values_0.String_.t option;A description for the Verified Access trust provider.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to assign to the Verified Access trust provider.
*)clientToken : Values_0.String_.t option;A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)sseSpecification : Values_3.VerifiedAccessSseSpecificationRequest.t option;The options for server side encryption.
*)nativeApplicationOidcOptions : Values_3.CreateVerifiedAccessNativeApplicationOidcOptions.t
option;The OpenID Connect (OIDC) options.
*)}val make :
?userTrustProviderType:??? ->
?deviceTrustProviderType:??? ->
?oidcOptions:??? ->
?deviceOptions:??? ->
?description:??? ->
?tagSpecifications:??? ->
?clientToken:??? ->
?dryRun:??? ->
?sseSpecification:??? ->
?nativeApplicationOidcOptions:??? ->
trustProviderType:Values_0.TrustProviderType.t ->
policyReferenceName:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
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 ]