OpenAuthenticationAccessPolicyArgs

data class OpenAuthenticationAccessPolicyArgs(val claims: Output<List<OpenAuthenticationPolicyClaimArgs>>? = null, val type: Output<Either<String, OpenAuthenticationProviderType>>? = null) : ConvertibleToJava<OpenAuthenticationAccessPolicyArgs>

Open authentication access policy defined by user.

Constructors

Link copied to clipboard
constructor(claims: Output<List<OpenAuthenticationPolicyClaimArgs>>? = null, type: Output<Either<String, OpenAuthenticationProviderType>>? = null)

Properties

Link copied to clipboard

The access policy claims.

Link copied to clipboard
val type: Output<Either<String, OpenAuthenticationProviderType>>? = null

Type of provider for OAuth.

Functions

Link copied to clipboard
open override fun toJava(): OpenAuthenticationAccessPolicyArgs