Plan Type Change
PlanTypeChange reports settings that must be turned off before Update can change an access profile to the requested type. It does not modify the profile or any associated state.
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
Access profile to inspect.
Body
Requests a side-effect-free plan for changing an access profile's type.
Requested type. UNSPECIFIED and the deprecated PROFILE value are rejected.
REQUEST_CATALOG_TYPE_UNSPECIFIED, REQUEST_CATALOG_TYPE_CATALOG, REQUEST_CATALOG_TYPE_PROFILE, REQUEST_CATALOG_TYPE_CATALOG_AND_BUNDLE, REQUEST_CATALOG_TYPE_BUNDLE Response
Describes behavior affected by an access profile type change.
Describes behavior affected by an access profile type change.
Current stored type. UNSPECIFIED means the profile predates type backfill or contains an unknown future value.
REQUEST_CATALOG_TYPE_UNSPECIFIED, REQUEST_CATALOG_TYPE_CATALOG, REQUEST_CATALOG_TYPE_PROFILE, REQUEST_CATALOG_TYPE_CATALOG_AND_BUNDLE, REQUEST_CATALOG_TYPE_BUNDLE Deterministically ordered behavior affected by the transition. These impacts describe what the target type does not support; the change does not remove or modify the underlying state.
Type requested by the caller.
REQUEST_CATALOG_TYPE_UNSPECIFIED, REQUEST_CATALOG_TYPE_CATALOG, REQUEST_CATALOG_TYPE_PROFILE, REQUEST_CATALOG_TYPE_CATALOG_AND_BUNDLE, REQUEST_CATALOG_TYPE_BUNDLE