Scim Configurations
CreateSCIMConfiguration
POST/gitpod.v1.OrganizationService/CreateSCIMConfiguration
DeleteSCIMConfiguration
POST/gitpod.v1.OrganizationService/DeleteSCIMConfiguration
ListSCIMConfigurations
POST/gitpod.v1.OrganizationService/ListSCIMConfigurations
RegenerateSCIMToken
POST/gitpod.v1.OrganizationService/RegenerateSCIMToken
GetSCIMConfiguration
POST/gitpod.v1.OrganizationService/GetSCIMConfiguration
UpdateSCIMConfiguration
POST/gitpod.v1.OrganizationService/UpdateSCIMConfiguration
ModelsExpand Collapse
ScimConfiguration object { id, createdAt, organizationId, 6 more } SCIMConfiguration represents a SCIM 2.0 provisioning configuration
ScimConfiguration object { id, createdAt, organizationId, 6 more }
SCIMConfiguration represents a SCIM 2.0 provisioning configuration
organizationId: string
organization_id is the ID of the organization this SCIM configuration belongs to
formatuuid
ScimConfigurationCreateResponse object { token, scimConfiguration, tokenExpiresAt }
ScimConfigurationCreateResponse object { token, scimConfiguration, tokenExpiresAt }
token: string
token is the bearer token for SCIM API authentication. This is only returned once during creation - store it securely.
scim_configuration is the created SCIM configuration
scim_configuration is the created SCIM configuration
organizationId: string
organization_id is the ID of the organization this SCIM configuration belongs to
formatuuid
ScimConfigurationRetrieveResponse object { scimConfiguration }
ScimConfigurationRetrieveResponse object { scimConfiguration }
scim_configuration is the SCIM configuration identified by the ID
scim_configuration is the SCIM configuration identified by the ID
organizationId: string
organization_id is the ID of the organization this SCIM configuration belongs to
formatuuid
ScimConfigurationUpdateResponse object { scimConfiguration }
ScimConfigurationUpdateResponse object { scimConfiguration }
scim_configuration is the updated SCIM configuration
scim_configuration is the updated SCIM configuration
organizationId: string
organization_id is the ID of the organization this SCIM configuration belongs to
formatuuid