Policy

Package : spaceone.api.identity.v1

Policy

Policy Methods:

create

POST /identity/v1/policies

Type
Message

update

PUT /identity/v1/policy/{policy_id}

Type
Message

delete

DELETE /identity/v1/policy/{policy_id}

Type
Message

get

GET /identity/v1/policy/{policy_id}

Type
Message

list

GET /identity/v1/policies

POST /identity/v1/policies/search

Type
Message

stat

POST /identity/v1/policies/stat

Type
Message

Message

CreatePolicyRequest

Field
Type
Required
Description

name

string

permissions

list of string

domain_id

string

GetPolicyRequest

Field
Type
Required
Description

policy_id

string

domain_id

string

only

list of string

PoliciesInfo

Field
Type
Description

total_count

PolicyInfo

Field
Type
Description

policy_id

string

name

string

permissions

list of string

domain_id

string

created_at

string

PolicyQuery

Field
Type
Required
Description

policy_id

string

name

string

domain_id

string

PolicyRequest

Field
Type
Required
Description

policy_id

string

domain_id

string

PolicyStatQuery

Field
Type
Required
Description

domain_id

string

UpdatePolicyRequest

Field
Type
Required
Description

policy_id

string

name

string

permissions

list of string

domain_id

string

Last updated