JitAuthorizationPoliciesResponse

data class JitAuthorizationPoliciesResponse(val principalId: String, val roleDefinitionId: String)

The JIT authorization policies.

Constructors

Link copied to clipboard
constructor(principalId: String, roleDefinitionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The the principal id that will be granted JIT access.

Link copied to clipboard

The role definition id that will be granted to the Principal.