Secret
Package : spaceone.api.secret.v1
Secret
Secret Methods:
create
POST /secret/v1/secrets
update
PUT /secret/v1/secret/{secret_id}
delete
DELETE /secret/v1/secret/{secret_id}
get_data
GET /secret/v1/secret/{secret_id}/get-data
get
GET /secret/v1/secret/{secret_id}
list
GET /secret/v1/secrets
POST /secret/v1/secrets/search
stat
POST /secret/v1/secrets/stat
Message
CreateSecretRequest
No
Field
Type
Required
Description
1
name
string
✅
3
secret_type
NONE
CREDENTIALS
✅
5
schema
string
❌
6
service_account_id
string
❌
7
project_id
string
❌
8
domain_id
string
✅
GetSecretRequest
No
Field
Type
Required
Description
1
secret_id
string
✅
2
domain_id
string
✅
3
only
string
❌
SecretDataInfo
No
Field
Type
Description
SecretInfo
No
Field
Type
Description
1
secret_id
string
2
name
string
3
secret_type
NONE
CREDENTIALS
6
schema
string
7
provider
string
8
service_account_id
string
9
project_id
string
10
domain_id
string
SecretQuery
No
Field
Type
Required
Description
2
secret_id
string
❌
3
name
string
❌
4
secret_type
NONE
CREDENTIALS
❌
5
secret_group_id
string
❌
6
schema
string
❌
7
provider
string
❌
8
service_account_id
string
❌
9
include_secret_group
bool
❌
10
domain_id
string
✅
SecretRequest
No
Field
Type
Required
Description
1
secret_id
string
✅
2
domain_id
string
✅
SecretStatQuery
SecretsInfo
UpdateSecretRequest
No
Field
Type
Required
Description
1
secret_id
string
✅
2
name
string
❌
4
project_id
string
❌
5
domain_id
string
✅
6
release_project
bool
❌
Last updated