Show / Hide Table of Contents

Namespace Oci.GovernancerulescontrolplaneService.Models

Classes

AllowedRegionsTemplate

Template for governance rules of type allowed regions (ALLOWED_REGIONS).

Association

Association represents the basis on which the governance rule will be applied to the opted-in child tenancies.

AssociationModelConverter

BaseTagDefinitionValidator

Validates a definedTag value. Each validator performs validation steps in addition to the standard validation for definedTag values. For more information, see Limits on Tags.
If you define a validator after a value has been set for a defined tag, then any updates that attempt to change the value must pass the additional validation defined by the current rule. Previously set values (even those that would fail the current validation) are not updated. You can still update other attributes to resources that contain a non-valid defined tag.
To clear the validator call UpdateTag with DefaultTagDefinitionValidator.

BaseTagDefinitionValidatorModelConverter

CreateGovernanceRuleDetails

Request object for CreateGovernanceRule operation.

CreateInclusionCriterionDetails

Request object for Createinclusion criterion operation.

DefaultTagDefinitionValidator

Use this validator to clear any existing validator on the tag key definition with the UpdateTag operation. Using this validatorType is the same as not setting any value on the validator field. The resultant value for validatorType returned in the response body is null.

EnforcedGovernanceRule

Represents the governance rule shown to the child which is a subset of governance rule resource in parent tenancy.

EnforcedGovernanceRuleCollection

Results of an enforced governance rule search. Contains EnforcedGovernanceRuleSummary items.

EnforcedGovernanceRuleSummary

A summary of the enforced governance rule.

EnumTagDefinitionValidator

Used to validate the value set for a defined tag and contains the list of allowable values.
You must specify at least one valid value in the values array. You can't have blank or or empty strings (\"\"). Duplicate values are not allowed.

GovernanceRule

Represents a rule in parent tenancy which governs resources in child tenancies.

GovernanceRuleCollection

Results of a governance rule search. Contains GovernanceRuleSummary items.

GovernanceRuleSummary

A summary of the governance rule.

InclusionCriterion

Represents the criterion for the inclusion of the child tenancies under a governance rule. This can be either TENANCY or TAG.

InclusionCriterionCollection

Results of a inclusion criterion search. Contains inclusion criterion summary items.

InclusionCriterionSummary

Summary of the inclusion criterion.

QuotaTemplate

Quota template for governance rule.

Tag

Details of the tag that is being created.

TagDefault

Tag defaults let you specify a default tag (tagnamespace.tag="value") to apply to all resource types in a specified compartment. The tag default is applied at the time the resource is created. Resources that exist in the compartment before you create the tag default are not tagged.

TagTemplate

Template for governance rules of type tag.

Template

Template object for the governance rule. It could be of type QUOTA, TAG or REGION_RESTRICTION.

TemplateModelConverter

TenancyAssociation

Tenancy association represents the tenancy id to which the governance rule will be applied.

TenancyAttachment

Tenancy attachment associates a tenancy to a governance rule via an inclusion criterion.

TenancyAttachmentCollection

Results of a tenancy attachment search. Contains tenancy attachment summary items.

TenancyAttachmentSummary

Summary of the tenancy attachment.

UpdateGovernanceRuleDetails

Request object for UpdateGovernanceRule operation.

WorkRequest

A description of workrequest status

WorkRequestError

An error encountered while executing a work request.

WorkRequestErrorCollection

Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.

WorkRequestLogEntry

A log message from the execution of a work request.

WorkRequestLogEntryCollection

Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.

WorkRequestResource

A resource created or operated on by a work request.

WorkRequestSummary

A summary of the status of a work request.

WorkRequestSummaryCollection

Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.

Enums

ActionType

Possible types of actions.

BaseTagDefinitionValidator.ValidatorTypeEnum

CreationOption

The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.

GovernanceRuleLifecycleState

The current state of governance rule.

GovernanceRuleType

Type of the governance rule.

InclusionCriterion.LifecycleStateEnum

InclusionCriterion.TypeEnum

OperationStatus

Possible operation status.

OperationType

Possible operation types.

SortOrder

Sort orders.

TenancyAttachment.LifecycleStateEnum

WorkRequestResourceMetadataKey

Possible Metadata keys for workRequest resource metadata

In this article
Back to top