ResourceIdentityArgs

data class ResourceIdentityArgs(val type: Output<Either<String, IdentityType>>? = null) : ConvertibleToJava<ResourceIdentityArgs>

Azure Active Directory identity configuration for a resource.

Constructors

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

Properties

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

The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.

Functions

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