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
Ausgabe¶
Die Ausgabe des Befehls enthält die folgenden Spalten, die die Eigenschaften und Metadaten des Objekts beschreiben:
Spalte |
Beschreibung |
---|---|
|
Das Datum und die Uhrzeit, wann das Organisationsprofil erstellt wurde. |
|
Der Name des Organisationsprofils. |
|
Zeigt an, dass das Organisationsprofil vom System erstellt wurde. |
|
Der Status des Organisationsprofils. Eine der folgenden Optionen: ACTIVE oder DRAFT. |
|
Der Name der Organisation, die dem Organisationsprofil zugeordnet ist. |
|
Der Titel des Organisationsprofils. |
|
Die Beschreibung des Organisationsprofils. |
|
Die Kontakt-E-Mail des Eigentümers des Organisationsprofils. |
|
Die Kontakt-E-Mail des Zugriffsgenehmigers des Organisationsprofils. |
|
Ob der aktuelle Benutzer Organisations-Freigabeangebote mit diesem Organisationsprofil veröffentlichen kann. Eine der folgenden Optionen: |
Beispiele¶
Das folgende Beispiel listet die Organisationsprofile auf, für die Sie die Zugriffsberechtigung haben:
SHOW AVAILABLE ORGANIZATION PROFILES;
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+
|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 |
+-------------------------+-------------+---------------------+---------------------+---------------------+------------------------+---------------------------------+---------------------+---------------------+-----------------------------------+