Enum DeveloperMetadataVisibility
개발자메타데이터공개 상태
개발자 메타데이터 공개 상태 유형의 열거형입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
SpreadsheetApp.DeveloperMetadataVisibility.DOCUMENT
입니다.
속성
속성 | 유형 | 설명 |
DOCUMENT | Enum | 문서에 표시되는 메타데이터는 문서에 액세스할 수 있는 모든 개발자 프로젝트에서 액세스할 수 있습니다. |
PROJECT | Enum | 프로젝트에 표시되는 메타데이터는 메타데이터를 생성한 개발자 프로젝트에서만 보고 액세스할 수 있습니다. 프로젝트에 표시되는 개발자 메타데이터를 보안 메커니즘으로 사용하거나 비밀을 저장하는 데 사용하지 마세요. 문서에 대한 보기 액세스 권한이 있는 사용자에게 노출될 수 있습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-02(UTC)
[null,null,["최종 업데이트: 2024-12-02(UTC)"],[[["`DeveloperMetadataVisibility` is used to define the visibility of developer metadata within a Google document."],["There are two visibility types: `DOCUMENT` which allows any developer project with document access to view the metadata, and `PROJECT` which limits visibility to the creating project only."],["Metadata visibility should not be used for security purposes or to hide sensitive information, as it can be accessed by users with viewing permissions."]]],["Developer metadata visibility is categorized into two types: `DOCUMENT` and `PROJECT`. `DOCUMENT`-visible metadata can be accessed by any developer project with document access. `PROJECT`-visible metadata is restricted to the creating project. Project metadata should not be used for security or storing secrets, as it can be exposed to users with view access to the document. The way to use these properties is by referencing `SpreadsheetApp.DeveloperMetadataVisibility`.\n"]]