DESCRIBE ORGANIZATION PROFILE¶
Describes the properties of an organization profile.
DESCRIBE can be abbreviated to DESC.
Syntax¶
Parameters¶
nameSpecifies the identifier for the organization profile to describe. Must contain only uppercase characters or numbers.
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.
Output¶
The output of the command includes the following columns, which describe the properties and metadata of the object:
| Column | Description |
|---|---|
created_on | The date and time when the organization profile was created. |
name | The organization profile name. |
title | The title of the organization profile. |
system_generated | Indicates the organization profile is system generated and can’t be dropped. One of TRUE or FALSE. |
state | The organization profile state. One of ACTIVE or DRAFT. |
description | The description of the organization profile. |
owner_contact | The contact email of the owner of the organization profile. |
approver_contact | The contact email of the access approver of the organization profile. |
logo | The organization profile logo URL. |
allowed_publishers | The accounts that are allowed to publish the organizational listing. |
manifest_yaml | The contents of the default organization profile manifest. |
live_version_uri | The URI for the live organization profile version. NONE when the URI is unavailable. |
published_version_uri | The URI for the published organization profile version. NONE when the URI is unavailable. |
published_version_name | The name of the published organization profile version. |
published_version_alias | The alias for the published organization profile version. |
Access control requirements¶
A role used to execute this operation must have the following privileges at a minimum:
| Privilege | Object | Notes |
|---|---|---|
| MODIFY | Organization profile |
For instructions on creating a custom role with a specified set of privileges, see Creating custom roles.
For general information about roles and privilege grants for performing SQL actions on securable objects, see Overview of Access Control.
Examples¶
The following example describes the organization profile named MYORGANIZATIONPROFILE: