AccessPolicyExcludeAzureArgs

data class AccessPolicyExcludeAzureArgs(val identityProviderId: Output<String>? = null, val ids: Output<List<String>>? = null) : ConvertibleToJava<AccessPolicyExcludeAzureArgs>

Constructors

Link copied to clipboard
fun AccessPolicyExcludeAzureArgs(identityProviderId: Output<String>? = null, ids: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val identityProviderId: Output<String>? = null

The ID of the Azure Identity provider.

Link copied to clipboard
val ids: Output<List<String>>? = null

The ID of the Authentication Context.