Interface RoleAssignmentEntity


public interface RoleAssignmentEntity
An immutable client-side representation of RoleAssignmentEntity.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Role assignment entity id.
    Gets the inner com.azure.resourcemanager.billingbenefits.fluent.models.RoleAssignmentEntityInner object.
    Gets the name property: Role assignment entity name.
    Gets the principalId property: Principal Id.
    Gets the roleDefinitionId property: Role definition id.
    Gets the scope property: Scope of the role assignment entity.
  • Method Details

    • id

      String id()
      Gets the id property: Role assignment entity id.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Role assignment entity name.
      Returns:
      the name value.
    • principalId

      String principalId()
      Gets the principalId property: Principal Id.
      Returns:
      the principalId value.
    • roleDefinitionId

      String roleDefinitionId()
      Gets the roleDefinitionId property: Role definition id.
      Returns:
      the roleDefinitionId value.
    • scope

      String scope()
      Gets the scope property: Scope of the role assignment entity.
      Returns:
      the scope value.
    • innerModel

      Gets the inner com.azure.resourcemanager.billingbenefits.fluent.models.RoleAssignmentEntityInner object.
      Returns:
      the inner object.