Interface SharedAccessSignatureAuthorizationRule


  • public interface SharedAccessSignatureAuthorizationRule
    An immutable client-side representation of SharedAccessSignatureAuthorizationRule.
    • Method Detail

      • keyName

        String keyName()
        Gets the keyName property: The name of the shared access policy.
        Returns:
        the keyName value.
      • primaryKey

        String primaryKey()
        Gets the primaryKey property: The primary key.
        Returns:
        the primaryKey value.
      • secondaryKey

        String secondaryKey()
        Gets the secondaryKey property: The secondary key.
        Returns:
        the secondaryKey value.
      • rights

        AccessRights rights()
        Gets the rights property: The permissions assigned to the shared access policy.
        Returns:
        the rights value.