AccessPolicyResponse Interface

public interface AccessPolicyResponse

An immutable client-side representation of AccessPolicyResponse.

Method Summary

Modifier and Type Method and Description
abstract String accessToken()

Gets the accessToken property: Data Plane read only access token.

abstract String dataPlaneUrl()

Gets the dataPlaneUrl property: Data Plane service base URL.

abstract AccessPolicyResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.AccessPolicyResponseInner object.

abstract UserAccessPolicy policy()

Gets the policy property: The user access policy.

Method Details

accessToken

public abstract String accessToken()

Gets the accessToken property: Data Plane read only access token.

Returns:

the accessToken value.

dataPlaneUrl

public abstract String dataPlaneUrl()

Gets the dataPlaneUrl property: Data Plane service base URL.

Returns:

the dataPlaneUrl value.

innerModel

public abstract AccessPolicyResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.AccessPolicyResponseInner object.

Returns:

the inner object.

policy

public abstract UserAccessPolicy policy()

Gets the policy property: The user access policy.

Returns:

the policy value.

Applies to