REST Resource: folders.capabilities

Resource: Capability

Representation of a Capability.

JSON representation
{
  "name": string,
  "value": boolean
}
Fields
name

string

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

value

boolean

Required. The configured value of the capability at the given parent resource.

Methods

get

Retrieves the Capability identified by the supplied resource name.

patch

Updates the Capability.