IdentityPropertiesArgs

data class IdentityPropertiesArgs(val type: Output<String>? = null, val userAssigned: Output<UserAssignedPropertiesArgs>? = null) : ConvertibleToJava<IdentityPropertiesArgs>

Managed identity properties.

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null, userAssigned: Output<UserAssignedPropertiesArgs>? = null)

Properties

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

Managed service identity type.

Link copied to clipboard

User assigned identity properties.

Functions

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