Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
PolicyRules |
PolicyRules.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PolicyRules> |
Policy.getRules()
Rules assigned to this policy
|
Modifier and Type | Method and Description |
---|---|
PolicyRules.Builder |
PolicyRules.Builder.copy(PolicyRules model) |
Modifier and Type | Method and Description |
---|---|
Policy.Builder |
Policy.Builder.rules(List<PolicyRules> rules)
Rules assigned to this policy
|
Constructor and Description |
---|
Policy(String id,
String ocid,
List<String> schemas,
Meta meta,
IdcsCreatedBy idcsCreatedBy,
IdcsLastModifiedBy idcsLastModifiedBy,
List<IdcsPreventedOperations> idcsPreventedOperations,
List<Tags> tags,
Boolean deleteInProgress,
String idcsLastUpgradedInRelease,
String domainOcid,
String compartmentOcid,
String tenancyOcid,
String externalId,
String name,
String description,
Boolean active,
String policyGroovy,
List<PolicyRules> rules,
PolicyPolicyType policyType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.