public interface AuthorizationRule
| Modifier and Type | Method and Description |
|---|---|
List<AccessRights> |
getAccessRights()
Gets the access rights for the rule.
|
String |
getClaimType()
Gets the claim type.
|
String |
getClaimValue()
Gets the claim value.
|
OffsetDateTime |
getCreatedAt()
Gets the date time this rule was created.
|
String |
getKeyName()
Gets the name of the authorization rule.
|
OffsetDateTime |
getModifiedAt()
Gets the date time this rule was last modified.
|
String |
getPrimaryKey()
Gets the primary key.
|
String |
getSecondaryKey()
Gets the secondary key.
|
List<AccessRights> getAccessRights()
String getClaimType()
String getClaimValue()
OffsetDateTime getCreatedAt()
String getKeyName()
OffsetDateTime getModifiedAt()
String getPrimaryKey()
String getSecondaryKey()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.