Secret Group

Package : spaceone.api.secret.v1

SecretGroup

SecretGroup Methods:

Method
Request
Response

create

POST /secret/v1/secret-groups

Type
Message

Request

Response

update

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

Type
Message

Request

Response

add_secret

POST /secret/v1/secret-group/{secret_group_id}/secrets

Type
Message

Request

Response

remove_secret

DELETE /secret/v1/secret-group/{secret_group_id}/secret/{secret_id}

Type
Message

Request

Response

delete

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

Type
Message

Request

Response

get

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

Type
Message

Request

Response

list

GET /secret/v1/secret-groups

POST /secret/v1/secret-groups/search

Type
Message

Request

Response

stat

POST /secret/v1/secret-groups/stat

Type
Message

Request

Response

Message

CreateSecretGroupRequest

Field
Type
Required
Description

name

string

tags

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

tags

domain_id

string

created_at

string

SecretGroupQuery

Field
Type
Required
Description

query

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

query

domain_id

string

SecretGroupsInfo

Field
Type
Description

results

total_count

UpdateSecretGroupRequest

Field
Type
Required
Description

secret_group_id

string

name

string

tags

domain_id

string

Last updated

Was this helpful?