이름
gdcloud organizations config create - 조직 커스텀 리소스 YAML 파일을 만듭니다.
개요
gdcloud organizations config create [flags]
EXAMPLES
To create an Organization YAML file with various fields preset, run:
gdcloud organizations config create --name org-1 \
--log-retention-policy \
paAuditLogsRetentionTime=400,\
ioAuditLogsRetentionTime=2000,\
operationalLogsRetentionTime=90,\
metricsRetentionTime=90 \
--kms-root-key-type ctm-root
선택적 플래그
--kms-root-key-type string The KMS root key type for an organization. This can be either 'local-root' or 'ctm-root'. (default "ctm-root")
--labels stringToString Propagates labels to the admin and system clusters as a key-value pair. Key must start with 'lcm.private.gdc.goog/' to propagate. (default [])
--log-retention-policy stringToString Comma-separated list of log retention times for an organization in days. (default [paAuditLogsRetentionTime=400,ioAuditLogsRetentionTime=2000,operationalLogsRetentionTime=90,metricsRetentionTime=90])
--name string Name for the organization to create. (default "org-1")
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration
, --format
, --help
, --project
, --quiet
).
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.