SHOW AVAILABLE ORGANIZATION PROFILES

Listet die Organisationsprofile auf, die in der Organisation des Benutzers verfügbar sind.

Siehe auch:

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

Syntax

SHOW AVAILABLE ORGANIZATION PROFILES
Copy

Ausgabe

Die Ausgabe des Befehls enthält die folgenden Spalten, die die Eigenschaften und Metadaten des Objekts beschreiben:

Spalte

Beschreibung

created_on

Das Datum und die Uhrzeit, wann das Organisationsprofil erstellt wurde.

name

Der Name des Organisationsprofils.

system_generated

Zeigt an, dass das Organisationsprofil vom System erstellt wurde.

state

Der Status des Organisationsprofils. Eine der folgenden Optionen: ACTIVE oder DRAFT.

organization_name

Der Name der Organisation, die dem Organisationsprofil zugeordnet ist.

title

Der Titel des Organisationsprofils.

description

Die Beschreibung des Organisationsprofils.

owner_contact

Die Kontakt-E-Mail des Eigentümers des Organisationsprofils.

approver_contact

Die Kontakt-E-Mail des Zugriffsgenehmigers des Organisationsprofils.

can_publish_listings_with_profile

Ob der aktuelle Benutzer Organisations-Freigabeangebote mit diesem Organisationsprofil veröffentlichen kann. Eine der folgenden Optionen: TRUE oder FALSE.

Beispiele

Das folgende Beispiel listet die Organisationsprofile auf, für die Sie die Zugriffsberechtigung haben:

SHOW AVAILABLE ORGANIZATION PROFILES;
Copy
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+
|created_on               |name         |system_generated     |state                |organization_name    |title                   |description                      |owner_contact        |approver_contact     |can_publish_listings_with_profile  |
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+
|2025-01-01 01:01:01.000  |ORGPROFILE   |FALSE                |ACTIVE               |TESTORG              |My Organization Profile |Organization profile description |test@test.com        |test@test.com        |TRUE                               |
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+