features
Overview
Name | features |
Type | Resource |
Id | googleadmin.directory.features |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the feature. |
etags | string | ETag of the resource. |
kind | string | Kind of resource this is. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | customer, featureKey | Retrieves a feature. |
list | SELECT | customer | Retrieves a list of features for an account. |
insert | INSERT | customer | Inserts a feature. |
delete | DELETE | customer, featureKey | Deletes a feature. |
_list | EXEC | customer | Retrieves a list of features for an account. |
patch | EXEC | customer, featureKey | Patches a feature. |
rename | EXEC | customer, oldName | Renames a feature. |
update | EXEC | customer, featureKey | Updates a feature. |