GetFrontdoorProfileIdentity

data class GetFrontdoorProfileIdentity(val identityIds: List<String>? = null, val principalId: String, val tenantId: String, val type: String) : ConvertibleToJava<GetFrontdoorProfileIdentity>

Constructors

Link copied to clipboard
constructor(identityIds: List<String>? = null, principalId: String, tenantId: String, type: String)

Properties

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

The list of User Assigned Managed Identity IDs assigned to this Front Door Profile.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The type of Managed Service Identity that is configured on this Front Door Profile.

Functions

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