RolloutIdentityAuthenticationArgs

data class RolloutIdentityAuthenticationArgs(val type: Output<String>) : ConvertibleToJava<RolloutIdentityAuthenticationArgs>

RolloutIdentity uses the user-assigned managed identity authentication context specified in the Identity property during rollout creation.

Constructors

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

Properties

Link copied to clipboard
val type: Output<String>

The authentication type. Expected value is 'RolloutIdentity'.

Functions

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