Show / Hide Table of Contents

Class UpdateTagDefaultDetails

Inheritance
System.Object
UpdateTagDefaultDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateTagDefaultDetails : object

Properties

IsRequired

Declaration
public System.Nullable<bool> IsRequired { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

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 &quot;true&quot;, the value is set during resource creation.
  • If the isRequired flag is set to &quot;false&quot;, the value you enter is set during resource creation.
    Example: false

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

The default value for the tag definition. This will be applied to all resources created in the Compartment.

Remarks

Required

In This Article
Back to top