IdentityArgs

data class IdentityArgs(val type: Output<Either<String, IdentityType>>) : ConvertibleToJava<IdentityArgs>

Managed service identity.

Constructors

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

Properties

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

The type of managed service identity.

Functions

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