Built-in Accounts
APIs for Built-in Accounts.
📄️ Creates a Service Account
Creates a Service Account with the information provided. The service account is later used for machine to machine authentication. For rsaKey authentication service accounts publicKey key is required. Provide authenticationType field for creating other service accounts with another type of authentication.
📄️ Retrieves all the Service Accounts the
Retrieves all the Service Accounts the user has access to
📄️ Retrieves all the Service Accounts Scopes
Retrieves all the Service Accounts Scopes available for the user
📄️ Updates a Service Account
Updates the specified fields for a given service account matching the provided id. Providing either a new credentialLifetime or a new publicKey will result of the corresponding credentials associated to this Service Account
📄️ Deletes a Service Account
Deletes the Service Account corresponding to the provided id. Deleting a Service Account also invalidates its associated credentials.
📄️ Gets a Service Account
Retrieves the information of an Service Account associated to the given id
📄️ Updates a Service Account credentials
Updates the specified credentials for a given service account matching the provided id. Providing either a new credentialLifetime or a new publicKey will result of the corresponding credentials associated to this Service Account
📄️ Regenerate the OCI registry token for
Regenerate the OCI registry token for a given service account matching the provided id. Providing a new OCI registry token to this Service Account and sending it back to the client back. Calling this endpoint will remove the current token for the service account and create a new one. Old token can not be used.