SystemAssignedIdentityAuthInfoArgs

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

The authentication info when authType is systemAssignedIdentity

Constructors

Link copied to clipboard
constructor(authType: Output<String>)

Properties

Link copied to clipboard
val authType: Output<String>

The authentication type. Expected value is 'systemAssignedIdentity'.

Functions

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