Update an app entitlement by ID.
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.
The ID of the app that is associated with the app entitlement.
The unique ID for the App Entitlement.
The UpdateAppEntitlementRequest message contains the app entitlement and the fields to be updated.
The app entitlement represents one permission in a downstream App (SAAS) that can be granted. For example, GitHub Read vs GitHub Write.
This message contains a oneof named max_grant_duration. Only a single field of the following list may be set at a time:
The app entitlement expand mask allows the user to get additional information when getting responses containing app entitlement views.
Flag to indicate that access request defaults, if any are applied to these entitlements, should be overridden.
Successful response