DESCRIBE AVAILABLE ORGANIZATION PROFILE

描述可与组织列表关联的活动组织配置文件。

DESCRIBE 可以缩写为 DESC。

See also:

ALTER ORGANIZATION PROFILE, CREATE ORGANIZATION PROFILE, DESCRIBE ORGANIZATION PROFILE, DROP ORGANIZATION PROFILE, SHOW AVAILABLE ORGANIZATION PROFILES, SHOW ORGANIZATION PROFILES, SHOW VERSIONS IN ORGANIZATION PROFILE

语法

{ DESC | DESCRIBE } AVAILABLE ORGANIZATION PROFILE <name>

参数

name

指定要描述的组织配置文件的标识符。只能包含大写字符或数字。

If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case sensitive. See Identifier requirements.

输出

命令的输出包括以下列,它们描述了对象的属性和元数据:

ColumnDescription
created_onThe date and time when the organization profile was created.
nameThe name of the organization profile.
titleThe title of the organization profile.
system_generatedIndicates the organization profile is system generated.
stateThe organization profile state. One of ACTIVE or DRAFT.
descriptionThe description of the organization profile.
owner_contactThe contact email of the owner of the organization profile.
approver_contactThe contact email of the access approver of the organization profile.
logoThe organization profile logo URL.
can_publish_listings_with_profileWhether the current user can publish organizational listings using this organization profile. One of TRUE or FALSE.

示例

以下示例描述了 ORGPROFILE 组织配置文件:

DESCRIBE AVAILABLE ORGANIZATION PROFILE orgprofile;
+-------------------------+-------------+--------------------------+---------------------+---------------------+----------------------------------+---------------------+---------------------+--------------------+-----------------------------------+
|created_on               |name         |title                     |system_generated     |state                |description                       |owner_contact        |approver_contact     |logo                |can_publish_listings_with_profile  |
+-------------------------+-------------+--------------------------+---------------------+---------------------+----------------------------------+---------------------+---------------------+--------------------+-----------------------------------+
|2025-01-01 01:01:01.000  |ORGPROFILE   |My Organization Profile   |FALSE                |ACTIVE               |Organization profile description  |test@test.com        |test@test.com        |urn:icon:shield     |TRUE                               |
+-------------------------+-------------+--------------------------+---------------------+---------------------+----------------------------------+---------------------+---------------------+--------------------+-----------------------------------+