Create a new manual app without a connector.
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 CreateAppRequest message is used to create a new app.
Creates the app with this display name.
Creates the app with this certify policy.
Creates the app with this description.
Creates the app with this grant policy.
Define the app user identity matching strategy for this app.
APP_USER_IDENTITY_MATCHING_UNSPECIFIED, APP_USER_IDENTITY_MATCHING_STRICT, APP_USER_IDENTITY_MATCHING_DISPLAY_NAME Instructions shown to users in the access request form when requesting access for this app.
Creates the app with this monthly cost per seat.
Creates the app with this array of owners.
Creates the app with this revoke policy.
This flag enforces a provisioning mode where the access entitlement is always included in the provisioning flow, if the app user doesn't exist
Returns the new app's values.
Returns the new app's values.
The App object provides all of the details for an app, as well as some configuration.