UpdateTagDefaultDetails

class oci.identity.models.UpdateTagDefaultDetails(**kwargs)

Bases: object

UpdateTagDefaultDetails model.

Methods

__init__(**kwargs) Initializes a new UpdateTagDefaultDetails object with values from keyword arguments.

Attributes

is_required Gets the is_required of this UpdateTagDefaultDetails.
value [Required] Gets the value of this UpdateTagDefaultDetails.
__init__(**kwargs)

Initializes a new UpdateTagDefaultDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • value (str) – The value to assign to the value property of this UpdateTagDefaultDetails.
  • is_required (bool) – The value to assign to the is_required property of this UpdateTagDefaultDetails.
is_required

Gets the is_required of this UpdateTagDefaultDetails. If you specify that a value is required, a value is set during resource creation (either by the user creating the resource or another tag defualt). If no value is set, resource creation is blocked.

  • If the isRequired flag is set to “true”, the value is set during resource creation.
  • If the isRequired flag is set to “false”, the value you enter is set during resource creation.

Example: false

Returns:The is_required of this UpdateTagDefaultDetails.
Return type:bool
value

[Required] Gets the value of this UpdateTagDefaultDetails. The default value for the tag definition. This will be applied to all resources created in the Compartment.

Returns:The value of this UpdateTagDefaultDetails.
Return type:str