REST Resource: projects.locations.providers

Resource: Provider

Provider indicates the owner who provides the connectors.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "documentationUri": string,
  "externalUri": string,
  "description": string,
  "webAssetsLocation": string,
  "displayName": string,
  "launchStage": enum (LaunchStage)
}
Fields
name

string

Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider} Only global location is supported for Provider resource.

createTime

string (Timestamp format)

Output only. Created time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Updated time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

documentationUri

string

Output only. Link to documentation page.

externalUri

string

Output only. Link to external page.

description

string

Output only. Description of the resource.

webAssetsLocation

string

Output only. Cloud storage location of icons etc consumed by UI.

displayName

string

Output only. Display name.

launchStage

enum (LaunchStage)

Output only. Flag to mark the version indicating the launch stage.

Methods

get

Gets details of a provider.

getIamPolicy

Gets the access control policy for a resource.

list

Lists Providers in a given project and location.

setIamPolicy

Sets the access control policy on the specified resource.

testIamPermissions

Returns permissions that a caller has on the specified resource.