Query this table to return more descriptive information about extended permissions. You can get detailed info about some specific permissions, get a list of all the permissions supported by the platform.
パーミッションに関するより詳細な情報を返します。特定のパーミッションの詳細情報を得たり、プラットフォームがサポートしている全パーミッションの一覧を得たりできます。

Columns

IndexableNameTypeDescription
*permission_namestring

パーミッション名


headerstring

パーミッションの解説の要約


summarystring

より長い解説

Examples

SELECT header,summary FROM permissions_info WHERE permission_name="email"
SELECT header,summary,permission_name FROM permissions_info WHERE permission_name

See Also