Interface SharedAccessSignatureAuthorizationRule


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.iothub.fluent.models.SharedAccessSignatureAuthorizationRuleInner object.
    Gets the keyName property: The name of the shared access policy.
    Gets the primaryKey property: The primary key.
    Gets the rights property: The permissions assigned to the shared access policy.
    Gets the secondaryKey property: The secondary key.
  • Method Details

    • 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.
    • innerModel

      Gets the inner com.azure.resourcemanager.iothub.fluent.models.SharedAccessSignatureAuthorizationRuleInner object.
      Returns:
      the inner object.