AccessPolicyRequireAzureArgs

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

Constructors

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

Functions

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

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.