Class AccessPolicyResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AccessPolicyResponseInner
Get Data Plane read only token response definition.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AccessPolicyResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the accessToken property: Data Plane read only access token.Get the dataPlaneUrl property: Data Plane service base URL.policy()
Get the policy property: The user access policy.void
validate()
Validates the instance.withAccessToken
(String accessToken) Set the accessToken property: Data Plane read only access token.withDataPlaneUrl
(String dataPlaneUrl) Set the dataPlaneUrl property: Data Plane service base URL.withPolicy
(UserAccessPolicy policy) Set the policy property: The user access policy.
-
Constructor Details
-
AccessPolicyResponseInner
public AccessPolicyResponseInner()Creates an instance of AccessPolicyResponseInner class.
-
-
Method Details
-
policy
Get the policy property: The user access policy.- Returns:
- the policy value.
-
withPolicy
Set the policy property: The user access policy.- Parameters:
policy
- the policy value to set.- Returns:
- the AccessPolicyResponseInner object itself.
-
accessToken
Get the accessToken property: Data Plane read only access token.- Returns:
- the accessToken value.
-
withAccessToken
Set the accessToken property: Data Plane read only access token.- Parameters:
accessToken
- the accessToken value to set.- Returns:
- the AccessPolicyResponseInner object itself.
-
dataPlaneUrl
Get the dataPlaneUrl property: Data Plane service base URL.- Returns:
- the dataPlaneUrl value.
-
withDataPlaneUrl
Set the dataPlaneUrl property: Data Plane service base URL.- Parameters:
dataPlaneUrl
- the dataPlaneUrl value to set.- Returns:
- the AccessPolicyResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-