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
Create a DynamicResourceGroup
Method: post
Path: /admin/v1/DynamicResourceGroups
Delete a DynamicResourceGroup
Method: delete
Path: /admin/v1/DynamicResourceGroups/{id}
Get a DynamicResourceGroup
Method: get
Path: /admin/v1/DynamicResourceGroups/{id}
HTTP Options
Method: options
Path: /admin/v1/DynamicResourceGroups
Replace a DynamicResourceGroup
Method: put
Path: /admin/v1/DynamicResourceGroups/{id}
Search DynamicResourceGroups
Method: get
Path: /admin/v1/DynamicResourceGroups
Search DynamicResourceGroups Using POST
Method: post
Path: /admin/v1/DynamicResourceGroups/.search
Update a DynamicResourceGroup
Method: patch
Path: /admin/v1/DynamicResourceGroups/{id}