GetRoleAssignmentsRoleAssignment

data class GetRoleAssignmentsRoleAssignment(val condition: String, val conditionVersion: String, val delegatedManagedIdentityResourceId: String, val description: String, val principalId: String, val principalType: String, val roleAssignmentId: String, val roleAssignmentName: String, val roleAssignmentScope: String, val roleDefinitionId: String)

Constructors

Link copied to clipboard
constructor(condition: String, conditionVersion: String, delegatedManagedIdentityResourceId: String, description: String, principalId: String, principalType: String, roleAssignmentId: String, roleAssignmentName: String, roleAssignmentScope: String, roleDefinitionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The condition that limits the resource the role can be assigned to.

Link copied to clipboard

The version of the condition.

Link copied to clipboard

The ID of the delegated managed identity resource.

Link copied to clipboard

The description for this Role Assignment.

Link copied to clipboard

The principal ID to filter the list of Role Assignments against.

Link copied to clipboard

The type of the principal_id.

Link copied to clipboard

The ID of the Role Assignment.

Link copied to clipboard

The name of the Role Assignment.

Link copied to clipboard

The scope of the Role Assignment.

Link copied to clipboard

The ID of the Role Definition.