Interface AccessPolicyResponse
public interface AccessPolicyResponse
An immutable client-side representation of AccessPolicyResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the accessToken property: Data Plane read only access token.Gets the dataPlaneUrl property: Data Plane service base URL.Gets the inner com.azure.resourcemanager.datafactory.fluent.models.AccessPolicyResponseInner object.policy()
Gets the policy property: The user access policy.
-
Method Details
-
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.
-