Secret Group

Package : spaceone.api.secret.v1

SecretGroup

SecretGroup Methods:

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

remove_secret

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

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

Message

CreateSecretGroupRequest

No

Field

Type

Required

Description

1

name

string

2

tags

3

domain_id

string

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

3

tags

4

domain_id

string

5

created_at

SecretGroupQuery

No

Field

Type

Required

Description

1

query

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

No

Field

Type

Description

1

secret_group_info

2

secret_info

3

domain_id

string

SecretGroupSecretRequest

No

Field

Type

Required

Description

1

secret_group_id

string

2

secret_id

string

3

domain_id

string

SecretGroupStatQuery

No

Field

Type

Required

Description

1

query

2

domain_id

string

SecretGroupsInfo

No

Field

Type

Description

1

results

2

total_count

UpdateSecretGroupRequest

No

Field

Type

Required

Description

1

secret_group_id

string

2

name

string

3

tags

4

domain_id

string

Last updated