ServiceControlPolicyCreateRequest
ServiceControlPolicyCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | 정책 설명 Example : This is an example policy. | any of [string, null] | |
| document required | 정책 문서 Example : {'Statement': [{'Action': ['*'], 'Effect': 'Allow', 'Resource': ['*'], 'Sid': 'statement1'}], 'Version': '2024-07-01'} | ServiceControlPolicyDocument | |
| name required | 서비스 제어 정책 이름 Example : MyPolicyPattern : ^[a-zA-Z0-9\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣]*$Minimum length : 3Maximum length : 128 | string | |
| organization_id required | 조직 ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| type optional | 서비스 제어 정책 유형 Example : MANAGED | enum (SYSTEM_MANAGED, USER_DEFINED) | USER_DEFINED |