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