AccessGroupIncludeAzureArgs

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

Constructors

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

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 Azure group or user.

Functions

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