SystemAssignedIdentityAuthInfoArgs

data class SystemAssignedIdentityAuthInfoArgs(val authType: Output<String>) : ConvertibleToJava<SystemAssignedIdentityAuthInfoArgs>

The authentication info when authType is systemAssignedIdentity

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val authType: Output<String>

The authentication type. Expected value is 'systemAssignedIdentity'.