public static interface PolicyTypeSummary.Builder extends SdkPojo, CopyableBuilder<PolicyTypeSummary.Builder,PolicyTypeSummary>
| Modifier and Type | Method and Description |
|---|---|
PolicyTypeSummary.Builder |
status(PolicyTypeStatus status)
The status of the policy type as it relates to the associated root.
|
PolicyTypeSummary.Builder |
status(String status)
The status of the policy type as it relates to the associated root.
|
PolicyTypeSummary.Builder |
type(PolicyType type)
The name of the policy type.
|
PolicyTypeSummary.Builder |
type(String type)
The name of the policy type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyTypeSummary.Builder type(String type)
The name of the policy type.
type - The name of the policy type.PolicyType,
PolicyTypePolicyTypeSummary.Builder type(PolicyType type)
The name of the policy type.
type - The name of the policy type.PolicyType,
PolicyTypePolicyTypeSummary.Builder status(String status)
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
status - The status of the policy type as it relates to the associated root. To attach a policy of the
specified type to a root or to an OU or account in that root, it must be available in the organization
and enabled for that root.PolicyTypeStatus,
PolicyTypeStatusPolicyTypeSummary.Builder status(PolicyTypeStatus status)
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
status - The status of the policy type as it relates to the associated root. To attach a policy of the
specified type to a root or to an OU or account in that root, it must be available in the organization
and enabled for that root.PolicyTypeStatus,
PolicyTypeStatusCopyright © 2023. All rights reserved.