Get Role Assignment Result
data class GetRoleAssignmentResult(val assignmentName: String, val azureApiVersion: String, val conflationPolicies: ResourceSetDescriptionResponse? = null, val connectors: ResourceSetDescriptionResponse? = null, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val id: String, val interactions: ResourceSetDescriptionResponse? = null, val kpis: ResourceSetDescriptionResponse? = null, val links: ResourceSetDescriptionResponse? = null, val name: String, val principals: List<AssignmentPrincipalResponse>, val profiles: ResourceSetDescriptionResponse? = null, val provisioningState: String, val relationshipLinks: ResourceSetDescriptionResponse? = null, val relationships: ResourceSetDescriptionResponse? = null, val role: String, val roleAssignments: ResourceSetDescriptionResponse? = null, val sasPolicies: ResourceSetDescriptionResponse? = null, val segments: ResourceSetDescriptionResponse? = null, val tenantId: String, val type: String, val views: ResourceSetDescriptionResponse? = null, val widgetTypes: ResourceSetDescriptionResponse? = null)
The Role Assignment resource format.
Constructors
Link copied to clipboard
constructor(assignmentName: String, azureApiVersion: String, conflationPolicies: ResourceSetDescriptionResponse? = null, connectors: ResourceSetDescriptionResponse? = null, description: Map<String, String>? = null, displayName: Map<String, String>? = null, id: String, interactions: ResourceSetDescriptionResponse? = null, kpis: ResourceSetDescriptionResponse? = null, links: ResourceSetDescriptionResponse? = null, name: String, principals: List<AssignmentPrincipalResponse>, profiles: ResourceSetDescriptionResponse? = null, provisioningState: String, relationshipLinks: ResourceSetDescriptionResponse? = null, relationships: ResourceSetDescriptionResponse? = null, role: String, roleAssignments: ResourceSetDescriptionResponse? = null, sasPolicies: ResourceSetDescriptionResponse? = null, segments: ResourceSetDescriptionResponse? = null, tenantId: String, type: String, views: ResourceSetDescriptionResponse? = null, widgetTypes: ResourceSetDescriptionResponse? = null)
Properties
Link copied to clipboard
The name of the metadata object.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Widget types set for the assignment.
Link copied to clipboard
Connectors set for the assignment.
Link copied to clipboard
Localized description for the metadata.
Link copied to clipboard
Localized display names for the metadata.
Link copied to clipboard
Interactions set for the assignment.
Link copied to clipboard
Kpis set for the assignment.
Link copied to clipboard
Links set for the assignment.
Link copied to clipboard
The principals being assigned to.
Link copied to clipboard
Profiles set for the assignment.
Link copied to clipboard
Provisioning state.
Link copied to clipboard
The Role assignments set for the relationship links.
Link copied to clipboard
The Role assignments set for the relationships.
Link copied to clipboard
The Role assignments set for the assignment.
Link copied to clipboard
Sas Policies set for the assignment.
Link copied to clipboard
The Role assignments set for the assignment.
Link copied to clipboard
Views set for the assignment.
Link copied to clipboard
Widget types set for the assignment.