AccessGroupIncludeAzure

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Azure identity provider.

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

The ID of the Azure group or user.