Interface AuthorizationRule
- All Known Implementing Classes:
SharedAccessAuthorizationRule
public interface AuthorizationRule
Represents an authorization rule to access Service Bus entities.
-
Method Summary
Modifier and TypeMethodDescriptionGets the access rights for the rule.Gets the claim type.Gets the claim value.Gets the date time this rule was created.Gets the name of the authorization rule.Gets the date time this rule was last modified.Gets the primary key.Gets the secondary key.
-
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.
-