BaseTagDefinitionValidator

class oci.governance_rules_control_plane.models.BaseTagDefinitionValidator(**kwargs)

Bases: object

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.

Attributes

VALIDATOR_TYPE_DEFAULT A constant which can be used with the validator_type property of a BaseTagDefinitionValidator.
VALIDATOR_TYPE_ENUM A constant which can be used with the validator_type property of a BaseTagDefinitionValidator.
validator_type [Required] Gets the validator_type of this BaseTagDefinitionValidator.

Methods

__init__(**kwargs) Initializes a new BaseTagDefinitionValidator object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
VALIDATOR_TYPE_DEFAULT = 'DEFAULT'

A constant which can be used with the validator_type property of a BaseTagDefinitionValidator. This constant has a value of “DEFAULT”

VALIDATOR_TYPE_ENUM = 'ENUM'

A constant which can be used with the validator_type property of a BaseTagDefinitionValidator. This constant has a value of “ENUM”

__init__(**kwargs)

Initializes a new BaseTagDefinitionValidator object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:validator_type (str) – The value to assign to the validator_type property of this BaseTagDefinitionValidator. Allowed values for this property are: “ENUM”, “DEFAULT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

validator_type

[Required] Gets the validator_type of this BaseTagDefinitionValidator. Specifies the type of validation: a static value (no validation) or a list.

Allowed values for this property are: “ENUM”, “DEFAULT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The validator_type of this BaseTagDefinitionValidator.
Return type:str