Uses of Class
com.mypurecloud.sdk.v2.model.PolicyAttributeSet
Packages that use PolicyAttributeSet
-
Uses of PolicyAttributeSet in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PolicyAttributeSetModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationPolicyAttributes(GetAuthorizationPolicyAttributesRequest request) Get the list of attributes used to evaluate an access control policy with the specified policy IDAuthorizationApi.getAuthorizationPolicyAttributes(String policyId) Get the list of attributes used to evaluate an access control policy with the specified policy IDMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type PolicyAttributeSetModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationPolicyAttributes(ApiRequest<Void> request) Get the list of attributes used to evaluate an access control policy with the specified policy IDAuthorizationApiAsync.getAuthorizationPolicyAttributesAsync(GetAuthorizationPolicyAttributesRequest request, AsyncApiCallback<PolicyAttributeSet> callback) Get the list of attributes used to evaluate an access control policy with the specified policy IDAuthorizationApiAsync.getAuthorizationPolicyAttributesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PolicyAttributeSet>> callback) Get the list of attributes used to evaluate an access control policy with the specified policy IDAuthorizationApi.getAuthorizationPolicyAttributesWithHttpInfo(String policyId) Get the list of attributes used to evaluate an access control policy with the specified policy IDMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type PolicyAttributeSetModifier and TypeMethodDescriptionAuthorizationApiAsync.getAuthorizationPolicyAttributesAsync(GetAuthorizationPolicyAttributesRequest request, AsyncApiCallback<PolicyAttributeSet> callback) Get the list of attributes used to evaluate an access control policy with the specified policy IDAuthorizationApiAsync.getAuthorizationPolicyAttributesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PolicyAttributeSet>> callback) Get the list of attributes used to evaluate an access control policy with the specified policy ID -
Uses of PolicyAttributeSet in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PolicyAttributeSetModifier and TypeMethodDescriptionPolicyAttributeSet.policyAttributes(List<PolicyAttribute> policyAttributes) A set of the attributes checked by the requested policy.PolicyAttributeSet.presetAttributes(Map<String, TypedAttribute> presetAttributes) Map of names and values of preset attributes used in this policy.