Class SharedAccessAuthorizationRulePropertiesResponse


  • public final class SharedAccessAuthorizationRulePropertiesResponse
    extends java.lang.Object
    • Method Detail

      • claimType

        public java.lang.String claimType()
        Returns:
        Gets a string that describes the claim type
      • claimValue

        public java.lang.String claimValue()
        Returns:
        Gets a string that describes the claim value
      • createdTime

        public java.lang.String createdTime()
        Returns:
        Gets the created time for this rule
      • keyName

        public java.lang.String keyName()
        Returns:
        Gets a string that describes the authorization rule.
      • modifiedTime

        public java.lang.String modifiedTime()
        Returns:
        Gets the last modified time for this rule
      • primaryKey

        public java.util.Optional<java.lang.String> primaryKey()
        Returns:
        Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.
      • revision

        public java.lang.Integer revision()
        Returns:
        Gets the revision number for the rule
      • rights

        public java.util.List<java.lang.String> rights()
        Returns:
        Gets or sets the rights associated with the rule.
      • secondaryKey

        public java.util.Optional<java.lang.String> secondaryKey()
        Returns:
        Gets a base64-encoded 256-bit primary key for signing and validating the SAS token.