Set Expiring User Delegation Binding By Admin
Set or update an expiring delegation binding for a user, allowing an admin to designate a temporary delegate.
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 user whose tasks will be delegated.
Body
SetExpiringUserDelegationBindingByAdminRequest is the request for an admin to set a temporary delegation binding for a user.
Response
SetExpiringUserDelegationBindingByAdminResponse is the response containing the created or updated delegation binding.
SetExpiringUserDelegationBindingByAdminResponse is the response containing the created or updated delegation binding.
The ExpiringUserDelegationBinding message.