Create provisions a new external secret storage vault and returns it.
Documentation Index
Fetch the complete documentation index at: https://conductorone-ian-account-to-user-pipeline.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
VaultServiceCreateRequest is the request message for creating a new vault.
This message contains a oneof named vault. Only a single field of the following list may be set at a time:
The human-readable name for the new vault.
A free-text description of the vault's purpose or configuration.
GroupAuthzVault configures a vault that uses group-based authorization to control access to stored credentials.
MagicVault configures a vault that grants time-limited credential access via magic links.
The IDs of users to assign as owners of this vault.
VaultServiceCreateResponse is the response message for creating a new vault.
VaultServiceCreateResponse is the response message for creating a new vault.
Vault represents an external secret storage integration used to store connector credentials securely.
This message contains a oneof named vault. Only a single field of the following list may be set at a time: