Interface AuthorizationPolicy


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.AuthorizationPolicyInner object.
    Gets the permissions property: The permissions associated with the policy.
    Gets the policyName property: Name of the policy.
    Gets the primaryKey property: Primary key associated with the policy.
    Gets the secondaryKey property: Secondary key associated with the policy.
  • Method Details

    • policyName

      String policyName()
      Gets the policyName property: Name of the policy.
      Returns:
      the policyName value.
    • permissions

      List<PermissionTypes> permissions()
      Gets the permissions property: The permissions associated with the policy.
      Returns:
      the permissions value.
    • primaryKey

      String primaryKey()
      Gets the primaryKey property: Primary key associated with the policy.
      Returns:
      the primaryKey value.
    • secondaryKey

      String secondaryKey()
      Gets the secondaryKey property: Secondary key associated with the policy.
      Returns:
      the secondaryKey value.
    • innerModel

      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.AuthorizationPolicyInner object.
      Returns:
      the inner object.