Liking cljdoc? Tell your friends :D

happygapi.iap.projects

Cloud Identity-Aware Proxy API: projects. Controls access to cloud applications running on Google Cloud Platform. See: https://cloud.google.com/iapapi/reference/rest/v1/projects

Cloud Identity-Aware Proxy API: projects.
Controls access to cloud applications running on Google Cloud Platform.
See: https://cloud.google.com/iapapi/reference/rest/v1/projects
raw docstring

brands-create$clj

(brands-create$ auth parameters body)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/create

Required parameters: parent

Optional parameters: none

Body:

{:supportEmail string, :orgInternalOnly boolean, :name string, :applicationTitle string}

Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same G Suite organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/create

Required parameters: parent

Optional parameters: none

Body: 

{:supportEmail string,
 :orgInternalOnly boolean,
 :name string,
 :applicationTitle string}

Constructs a new OAuth brand for the project if one does not exist.
The created brand is "internal only", meaning that OAuth clients created
under it only accept requests from users who belong to the same G Suite
organization as the project. The brand is created in an un-reviewed status.
NOTE: The "internal only" status can be manually changed in the Google
Cloud console. Requires that a brand does not already exist for the
project, and that the specified support email is owned by the caller.
sourceraw docstring

brands-get$clj

(brands-get$ auth parameters)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/get

Required parameters: name

Optional parameters: none

Retrieves the OAuth brand of the project.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/get

Required parameters: name

Optional parameters: none

Retrieves the OAuth brand of the project.
sourceraw docstring

brands-identityAwareProxyClients-create$clj

(brands-identityAwareProxyClients-create$ auth parameters body)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :secret string, :displayName string}

Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by IAP. Requires that the brand for the project exists and that it is set for internal-only use.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string, :secret string, :displayName string}

Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned
by IAP. Requires that the brand for the project exists and that it is
set for internal-only use.
sourceraw docstring

brands-identityAwareProxyClients-delete$clj

(brands-identityAwareProxyClients-delete$ auth parameters)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/delete

Required parameters: name

Optional parameters: none

Deletes an Identity Aware Proxy (IAP) OAuth client. Useful for removing obsolete clients, managing the number of clients in a given project, and cleaning up after tests. Requires that the client is owned by IAP.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/delete

Required parameters: name

Optional parameters: none

Deletes an Identity Aware Proxy (IAP) OAuth client. Useful for removing
obsolete clients, managing the number of clients in a given project, and
cleaning up after tests. Requires that the client is owned by IAP.
sourceraw docstring

brands-identityAwareProxyClients-get$clj

(brands-identityAwareProxyClients-get$ auth parameters)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/get

Required parameters: name

Optional parameters: none

Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the client is owned by IAP.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/get

Required parameters: name

Optional parameters: none

Retrieves an Identity Aware Proxy (IAP) OAuth client.
Requires that the client is owned by IAP.
sourceraw docstring

brands-identityAwareProxyClients-list$clj

(brands-identityAwareProxyClients-list$ auth parameters)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the existing clients for the brand.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the existing clients for the brand.
sourceraw docstring

brands-identityAwareProxyClients-resetSecret$clj

(brands-identityAwareProxyClients-resetSecret$ auth parameters body)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/resetSecret

Required parameters: name

Optional parameters: none

Body:

{}

Resets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the secret was compromised. Requires that the client is owned by IAP.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/identityAwareProxyClients/resetSecret

Required parameters: name

Optional parameters: none

Body: 

{}

Resets an Identity Aware Proxy (IAP) OAuth client secret. Useful if the
secret was compromised. Requires that the client is owned by IAP.
sourceraw docstring

brands-list$clj

(brands-list$ auth parameters)

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/list

Required parameters: parent

Optional parameters: none

Lists the existing brands for the project.

https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/list

Required parameters: parent

Optional parameters: none

Lists the existing brands for the project.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close