Creates a new request catalog.
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.
Create a request catalog.
The display name of the new request catalog.
The description of the new request catalog.
Defines how to handle the request policies of the entitlements in the catalog during enrollment.
REQUEST_CATALOG_ENROLLMENT_BEHAVIOR_UNSPECIFIED, REQUEST_CATALOG_ENROLLMENT_BEHAVIOR_BYPASS_ENTITLEMENT_REQUEST_POLICY, REQUEST_CATALOG_ENROLLMENT_BEHAVIOR_ENFORCE_ENTITLEMENT_REQUEST_POLICY The RequestCatalogExpandMask includes the paths in the catalog view to expand in the return value of this call.
Whether or not the new catalog should be created as published.
Whether all the entitlements in the catalog can be requests at once. Your tenant must have the bundles feature to use this.
Defines how to handle the revocation of the entitlements in the catalog during unenrollment.
REQUEST_CATALOG_UNENROLLMENT_BEHAVIOR_UNSPECIFIED, REQUEST_CATALOG_UNENROLLMENT_BEHAVIOR_LEAVE_ACCESS_AS_IS, REQUEST_CATALOG_UNENROLLMENT_BEHAVIOR_REVOKE_ALL, REQUEST_CATALOG_UNENROLLMENT_BEHAVIOR_REVOKE_UNJUSTIFIED Defines how to handle the revoke policies of the entitlements in the catalog during unenrollment.
REQUEST_CATALOG_UNENROLLMENT_ENTITLEMENT_BEHAVIOR_UNSPECIFIED, REQUEST_CATALOG_UNENROLLMENT_ENTITLEMENT_BEHAVIOR_BYPASS, REQUEST_CATALOG_UNENROLLMENT_ENTITLEMENT_BEHAVIOR_ENFORCE Whether or not the new catalog is visible to everyone by default.
The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.
The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.