Interface AccessPolicyResponse


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

      • policy

        UserAccessPolicy policy()
        Gets the policy property: The user access policy.
        Returns:
        the policy value.
      • accessToken

        String accessToken()
        Gets the accessToken property: Data Plane read only access token.
        Returns:
        the accessToken value.
      • dataPlaneUrl

        String dataPlaneUrl()
        Gets the dataPlaneUrl property: Data Plane service base URL.
        Returns:
        the dataPlaneUrl value.
      • innerModel

        AccessPolicyResponseInner innerModel()
        Gets the inner com.azure.resourcemanager.datafactory.fluent.models.AccessPolicyResponseInner object.
        Returns:
        the inner object.