Class Capability
Representation of a Capability.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3.Data
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class Capability : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Immutable. Identifier. The resource name of the capability. Must be in the following form: *
folders/{folder_id}/capabilities/{capability_name}
For example, folders/123/capabilities/app-management
Following are the allowed {capability_name} values: * app-management
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Required. The configured value of the capability at the given parent resource.
Declaration
[JsonProperty("value")]
public virtual bool? Value { get; set; }
Property Value
Type | Description |
---|---|
bool? |