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 args body)
https://cloud.google.com/iapapi/reference/rest/v1/projects/brands/create
Required parameters: parent
Optional parameters: none
Body:
{:orgInternalOnly boolean, :name string, :applicationTitle string, :supportEmail 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: {:orgInternalOnly boolean, :name string, :applicationTitle string, :supportEmail 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.
(brands-get$ auth args)
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 args 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.
(brands-identityAwareProxyClients-delete$ auth args)
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 args)
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 args)
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 args 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 args)
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