Class UpdateTagDefaultDetails
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateTagDefaultDetailsProperties
IsRequired
Declaration
[JsonProperty(PropertyName = "isRequired")]
public bool? IsRequired { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 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.
 
 | 
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The default value for the tag definition. This will be applied to all resources created in the Compartment. | 
Remarks
Required