Interface AuthorizationRule

All Known Implementing Classes:
SharedAccessAuthorizationRule

public interface AuthorizationRule
Represents an authorization rule to access Service Bus entities.
See Also:
  • Method Details

    • getAccessRights

      List<AccessRights> getAccessRights()
      Gets the access rights for the rule.
      Returns:
      The access rights for the rule.
    • getClaimType

      String getClaimType()
      Gets the claim type.
      Returns:
      The claim type.
    • getClaimValue

      String getClaimValue()
      Gets the claim value.
      Returns:
      The claim value.
    • getCreatedAt

      OffsetDateTime getCreatedAt()
      Gets the date time this rule was created.
      Returns:
      The date time this rule was created.
    • getKeyName

      String getKeyName()
      Gets the name of the authorization rule.
      Returns:
      name of the authoriation rule.
    • getModifiedAt

      OffsetDateTime getModifiedAt()
      Gets the date time this rule was last modified.
      Returns:
      The date time this rule was last modified.
    • getPrimaryKey

      String getPrimaryKey()
      Gets the primary key.
      Returns:
      The primary key.
    • getSecondaryKey

      String getSecondaryKey()
      Gets the secondary key.
      Returns:
      The secondary key.