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
(brands-create$ auth parameters body)
https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/create
Required parameters: parent
Optional parameters: none
Body:
{:applicationTitle string, :name string, :supportEmail string, :orgInternalOnly boolean}
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: {:applicationTitle string, :name string, :supportEmail string, :orgInternalOnly boolean} 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.
(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.
(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:
{:secret string, :displayName string, :name 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: {:secret string, :displayName string, :name 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.
(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.
(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.
(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.
(brands-identityAwareProxyClients-resetSecret$ auth parameters body)
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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close