Cancel App Access Requests Defaults
Cancel an in-progress apply operation for the app’s access request defaults.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
The ID of the app whose access request defaults apply operation should be cancelled.
Body
The CancelAccessRequestDefaultsRequest message.
Response
Successful response
The AppAccessRequestDefaults message.
This message contains a oneof named max_grant_duration. Only a single field of the following list may be set at a time:
- durationUnset
- durationGrant
The app id for the app access request rule
The request catalog ids for the app access request rule.
If true the app level request configuration will be applied to specified resource types.
If emergency grants are enabled for this app access request rule.
The policy id for the emergency grant policy.
The ID of the request policy to apply to entitlements matching this rule.
The ID of the request schema to apply to entitlements matching this rule.
The app resource type ids for which the app access request defaults are applied.
The last applied state of the app access request defaults.
APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_UNSPECIFIED, APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_RUNNING, APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_SUCCESS, APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_FAILED, APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_CANCELING, APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_CANCEL_SUCCESS, APP_ACCESS_REQUEST_DEFAULTS_LAST_APPLY_STATE_CANCEL_ERROR