PolicyShowResponse
PolicyShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | 어카운트 ID Example : e99c73a8690d4ae39ae75e38a26f2b99 | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_email optional | 생성자 이메일 Example : samsung.kim@samsung.com | any of [string, null] | - |
| creator_name optional | 생성자 성, 이름 Example : Kim Samsung | any of [string, null] | |
| default_version_id optional | 기본 버전 ID Example : c1b1fc611eb34eccbccfb563f77395ee | string | |
| description optional | 설명 Example : Descriptions for policy | any of [string, null] | |
| domain_name required | 도메인명 Example : scp | string | |
| id optional | 정책 ID Example : 37f2e31ff86b415698d7e8eeafab445d | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_email optional | 수정자 이메일 Example : samsung.kim@samsung.com | any of [string, null] | - |
| modifier_name optional | 수정자 성, 이름 Example : Kim Samsung | any of [string, null] | |
| policy_category optional | 정책 카테고리 Example : IDENTITY_BASED | enum (IDENTITY_BASED, RESOURCE_BASED, SESSION) | |
| policy_name optional | 정책명 Example : PolicyNamePattern : ^[a-zA-Z0-9\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣]*$Minimum length : 3Maximum length : 128 | string | |
| policy_type optional | 정책 유형 Example : USER_DEFINED | enum (SYSTEM_MANAGED, USER_DEFINED, INLINE) | |
| policy_versions optional | 정책 버전 | array[PolicyVersion] | |
| resource_type optional | 자원 유형 Example : policy | any of [string, null] | policy |
| service_name optional | 서비스명 Example : Identity Access Management | any of [string, null] | Identity Access Management |
| service_type optional | 서비스 유형 Example : iam | any of [string, null] | iam |
| srn required | 삼성 자원명 Example : srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d | string | |
| state optional | 정책 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE, DELETED) | ACTIVE |