Secret Group

Package : spaceone.api.secret.v1

SecretGroup

SecretGroup Methods:

create

POST /secret/v1/secret-groups

Type
Message

update

PUT /secret/v1/secret-group/{secret_group_id}

Type
Message

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}

Type
Message

get

GET /secret/v1/secret-group/{secret_group_id}

Type
Message

list

GET /secret/v1/secret-groups

POST /secret/v1/secret-groups/search

Type
Message

stat

POST /secret/v1/secret-groups/stat

Message

CreateSecretGroupRequest

Field
Type
Required
Description

name

string

domain_id

string

GetSecretGroupRequest

Field
Type
Required
Description

secret_group_id

string

domain_id

string

only

list of string

SecretGroupInfo

Field
Type
Description

secret_group_id

string

name

string

domain_id

string

created_at

string

SecretGroupQuery

Field
Type
Required
Description

secret_group_id

string

name

string

secret_id

string

domain_id

string

SecretGroupRequest

Field
Type
Required
Description

secret_group_id

string

domain_id

string

SecretGroupSecretInfo

Field
Type
Description

secret_group_info

secret_info

domain_id

string

SecretGroupSecretRequest

Field
Type
Required
Description

secret_group_id

string

secret_id

string

domain_id

string

SecretGroupStatQuery

Field
Type
Required
Description

domain_id

string

SecretGroupsInfo

Field
Type
Description

UpdateSecretGroupRequest

Field
Type
Required
Description

secret_group_id

string

name

string

domain_id

string

Last updated