Secret Group

Package : spaceone.api.secret.v1

SecretGroup

SecretGroup Methods:

create

POST /secret/v1/secret-groups

TypeMessage

Request

Response

update

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

TypeMessage

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}

TypeMessage

Request

Response

get

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

TypeMessage

Request

Response

list

GET /secret/v1/secret-groups

POST /secret/v1/secret-groups/search

TypeMessage

Request

Response

stat

POST /secret/v1/secret-groups/stat

Message

CreateSecretGroupRequest

FieldTypeRequiredDescription

name

string

tags

domain_id

string

GetSecretGroupRequest

FieldTypeRequiredDescription

secret_group_id

string

domain_id

string

only

list of string

SecretGroupInfo

FieldTypeDescription

secret_group_id

string

name

string

tags

domain_id

string

created_at

string

SecretGroupQuery

FieldTypeRequiredDescription

query

secret_group_id

string

name

string

secret_id

string

domain_id

string

SecretGroupRequest

FieldTypeRequiredDescription

secret_group_id

string

domain_id

string

SecretGroupSecretInfo

FieldTypeDescription

secret_group_info

secret_info

domain_id

string

SecretGroupSecretRequest

FieldTypeRequiredDescription

secret_group_id

string

secret_id

string

domain_id

string

SecretGroupStatQuery

FieldTypeRequiredDescription

query

domain_id

string

SecretGroupsInfo

FieldTypeDescription

results

total_count

UpdateSecretGroupRequest

FieldTypeRequiredDescription

secret_group_id

string

name

string

tags

domain_id

string

Last updated