DefaultTagDefinitionValidator

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

Bases: oci.governance_rules_control_plane.models.base_tag_definition_validator.BaseTagDefinitionValidator

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.

Attributes

VALIDATOR_TYPE_DEFAULT str(object=’’) -> str
VALIDATOR_TYPE_ENUM str(object=’’) -> str
validator_type [Required] Gets the validator_type of this BaseTagDefinitionValidator.

Methods

__init__(**kwargs) Initializes a new DefaultTagDefinitionValidator 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'
VALIDATOR_TYPE_ENUM = 'ENUM'
__init__(**kwargs)

Initializes a new DefaultTagDefinitionValidator object with values from keyword arguments. The default value of the validator_type attribute of this class is DEFAULT and it should not be changed. 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 DefaultTagDefinitionValidator. Allowed values for this property are: “ENUM”, “DEFAULT”
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