Secret Group
Package : spaceone.api.secret.v1
SecretGroup
SecretGroup Methods:
NO
Method
Request Type
Response Type
Description
create
POST /secret/v1/secret-groups
update
PUT /secret/v1/secret-group/{secret_group_id}
add_secret
POST /secret/v1/secret-group/{secret_group_id}/secrets
remove_secret
DELETE /secret/v1/secret-group/{secret_group_id}/secret/{secret_id}
delete
DELETE /secret/v1/secret-group/{secret_group_id}
get
GET /secret/v1/secret-group/{secret_group_id}
list
GET /secret/v1/secret-groups
POST /secret/v1/secret-groups/search
stat
POST /secret/v1/secret-groups/stat
Message
CreateSecretGroupRequest
GetSecretGroupRequest
No
Field
Type
Required
Description
1
secret_group_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
SecretGroupInfo
No
Field
Type
Description
1
secret_group_id
string
2
name
string
4
domain_id
string
5
created_at
string
SecretGroupQuery
No
Field
Type
Required
Description
2
secret_group_id
string
❌
3
name
string
❌
4
secret_id
string
❌
5
domain_id
string
✅
SecretGroupRequest
No
Field
Type
Required
Description
1
secret_group_id
string
✅
2
domain_id
string
✅
SecretGroupSecretInfo
SecretGroupSecretRequest
No
Field
Type
Required
Description
1
secret_group_id
string
✅
2
secret_id
string
✅
3
domain_id
string
✅
SecretGroupStatQuery
SecretGroupsInfo
UpdateSecretGroupRequest
No
Field
Type
Required
Description
1
secret_group_id
string
✅
2
name
string
❌
4
domain_id
string
✅
Last updated