Show / Hide Table of Contents

Class AssembleEffectiveTagSetRequest

Inheritance
System.Object
AssembleEffectiveTagSetRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class AssembleEffectiveTagSetRequest : object, IOciRequest
Examples

Click here to see an example of how to use AssembleEffectiveTagSet request.

Properties

CompartmentId

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

The OCID of the compartment (remember that the tenancy is simply the root compartment).

Remarks

Required

LifecycleState

Declaration
public System.Nullable<TagDefaultSummary.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type Description
System.Nullable<TagDefaultSummary.LifecycleStateEnum>

A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.

Implements

IOciRequest
In This Article
Back to top