DynamicResourceGroup REST Endpoints
Identity/DynamicResourceGroup
A Dynamic Resource Group matches any number of resources in OCI, including any number of AppServices or Apps in a Domain. IAM Policy can treat a Dynamic Resource Group as a Principal or as a target -- that is, as a subject who has access, as the object to be accessed, or both. This REST API is SCIM compliant.
Added In Release: 2009232244
Added In Release: 2009232244
- Create a DynamicResourceGroup
- Method: postPath:
/admin/v1/DynamicResourceGroups - Delete a DynamicResourceGroup
- Method: deletePath:
/admin/v1/DynamicResourceGroups/{id} - Get a DynamicResourceGroup
- Method: getPath:
/admin/v1/DynamicResourceGroups/{id} - HTTP Options
- Method:Path:
/admin/v1/DynamicResourceGroups - Replace a DynamicResourceGroup
- Method: putPath:
/admin/v1/DynamicResourceGroups/{id} - Search DynamicResourceGroups
- Method: getPath:
/admin/v1/DynamicResourceGroups - Search DynamicResourceGroups Using POST
- Method: postPath:
/admin/v1/DynamicResourceGroups/.search - Update a DynamicResourceGroup
- Method: patchPath:
/admin/v1/DynamicResourceGroups/{id}