mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
remove changes to gen
This commit is contained in:
42
gen/cloudidentity1-cli/Cargo.toml
Normal file
42
gen/cloudidentity1-cli/Cargo.toml
Normal file
@@ -0,0 +1,42 @@
|
||||
# DO NOT EDIT !
|
||||
# This file was generated automatically from 'src/generator/templates/Cargo.toml.mako'
|
||||
# DO NOT EDIT !
|
||||
[package]
|
||||
|
||||
name = "google-cloudidentity1-cli"
|
||||
version = "5.0.4+20240227"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Cloud Identity (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/cloudidentity1-cli"
|
||||
homepage = "https://cloud.google.com/identity/"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_cloudidentity1_cli"
|
||||
license = "MIT"
|
||||
keywords = ["cloudidentity", "google", "cli"]
|
||||
autobins = false
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "cloudidentity1"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^ 1.0"
|
||||
hyper-rustls = "0.24.0"
|
||||
mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
google-clis-common = { path = "../../google-clis-common", version = "6.0" }
|
||||
strsim = "^0.5"
|
||||
clap = "^2.0"
|
||||
http = "^0.2"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
tokio = { version = "^ 1.0", features = ["full"] }
|
||||
tower-service = "^0.3.1"
|
||||
|
||||
|
||||
|
||||
[dependencies.google-cloudidentity1]
|
||||
path = "../cloudidentity1"
|
||||
version = "5.0.4+20240227"
|
||||
|
||||
30
gen/cloudidentity1-cli/LICENSE.md
Normal file
30
gen/cloudidentity1-cli/LICENSE.md
Normal file
@@ -0,0 +1,30 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/LICENSE.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The MIT License (MIT)
|
||||
=====================
|
||||
|
||||
Copyright © `2015-2020` `Sebastian Thiel`
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the “Software”), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
164
gen/cloudidentity1-cli/README.md
Normal file
164
gen/cloudidentity1-cli/README.md
Normal file
@@ -0,0 +1,164 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/cli/README.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The `cloudidentity1` command-line interface *(CLI)* allows to use most features of the *Google Cloud Identity* service from the comfort of your terminal.
|
||||
|
||||
By default all output is printed to standard out, but flags can be set to direct it into a file independent of your shell's
|
||||
capabilities. Errors will be printed to standard error, and cause the program's exit code to be non-zero.
|
||||
|
||||
If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools.
|
||||
|
||||
Everything else about the *Cloud Identity* API can be found at the
|
||||
[official documentation site](https://cloud.google.com/identity/).
|
||||
|
||||
# Installation and Source Code
|
||||
|
||||
Install the command-line interface with cargo using:
|
||||
|
||||
```bash
|
||||
cargo install google-cloudidentity1-cli
|
||||
```
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/main/gen/cloudidentity1-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Cloud Identity* API at revision *20240227*. The CLI is at version *5.0.4*.
|
||||
|
||||
```bash
|
||||
cloudidentity1 [options]
|
||||
customers
|
||||
userinvitations-cancel <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
userinvitations-get <name> [-p <v>]... [-o <out>]
|
||||
userinvitations-is-invitable-user <name> [-p <v>]... [-o <out>]
|
||||
userinvitations-list <parent> [-p <v>]... [-o <out>]
|
||||
userinvitations-send <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
devices
|
||||
cancel-wipe <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
create (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <name> [-p <v>]... [-o <out>]
|
||||
device-users-approve <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
device-users-block <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
device-users-cancel-wipe <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
device-users-client-states-get <name> [-p <v>]... [-o <out>]
|
||||
device-users-client-states-list <parent> [-p <v>]... [-o <out>]
|
||||
device-users-client-states-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
device-users-delete <name> [-p <v>]... [-o <out>]
|
||||
device-users-get <name> [-p <v>]... [-o <out>]
|
||||
device-users-list <parent> [-p <v>]... [-o <out>]
|
||||
device-users-lookup <parent> [-p <v>]... [-o <out>]
|
||||
device-users-wipe <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
get <name> [-p <v>]... [-o <out>]
|
||||
list [-p <v>]... [-o <out>]
|
||||
wipe <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
groups
|
||||
create (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <name> [-p <v>]... [-o <out>]
|
||||
get <name> [-p <v>]... [-o <out>]
|
||||
get-security-settings <name> [-p <v>]... [-o <out>]
|
||||
list [-p <v>]... [-o <out>]
|
||||
lookup [-p <v>]... [-o <out>]
|
||||
memberships-check-transitive-membership <parent> [-p <v>]... [-o <out>]
|
||||
memberships-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
memberships-delete <name> [-p <v>]... [-o <out>]
|
||||
memberships-get <name> [-p <v>]... [-o <out>]
|
||||
memberships-get-membership-graph <parent> [-p <v>]... [-o <out>]
|
||||
memberships-list <parent> [-p <v>]... [-o <out>]
|
||||
memberships-lookup <parent> [-p <v>]... [-o <out>]
|
||||
memberships-modify-membership-roles <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
memberships-search-direct-groups <parent> [-p <v>]... [-o <out>]
|
||||
memberships-search-transitive-groups <parent> [-p <v>]... [-o <out>]
|
||||
memberships-search-transitive-memberships <parent> [-p <v>]... [-o <out>]
|
||||
patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
search [-p <v>]... [-o <out>]
|
||||
update-security-settings <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
inbound-saml-sso-profiles
|
||||
create (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <name> [-p <v>]... [-o <out>]
|
||||
get <name> [-p <v>]... [-o <out>]
|
||||
idp-credentials-add <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
idp-credentials-delete <name> [-p <v>]... [-o <out>]
|
||||
idp-credentials-get <name> [-p <v>]... [-o <out>]
|
||||
idp-credentials-list <parent> [-p <v>]... [-o <out>]
|
||||
list [-p <v>]... [-o <out>]
|
||||
patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
inbound-sso-assignments
|
||||
create (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <name> [-p <v>]... [-o <out>]
|
||||
get <name> [-p <v>]... [-o <out>]
|
||||
list [-p <v>]... [-o <out>]
|
||||
patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
cloudidentity1 --help
|
||||
|
||||
Configuration:
|
||||
[--scope <url>]...
|
||||
Specify the authentication a method should be executed in. Each scope
|
||||
requires the user to grant this application permission to use it.
|
||||
If unset, it defaults to the shortest scope url for a particular method.
|
||||
--config-dir <folder>
|
||||
A directory into which we will store our persistent data. Defaults to
|
||||
a user-writable directory that we will create during the first invocation.
|
||||
[default: ~/.google-service-cli]
|
||||
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
||||
The program will store all persistent data in the `~/.google-service-cli` directory in *JSON* files prefixed with `cloudidentity1-`. You can change the directory used to store configuration with the `--config-dir` flag on a per-invocation basis.
|
||||
|
||||
More information about the various kinds of persistent data are given in the following paragraphs.
|
||||
|
||||
# Authentication
|
||||
|
||||
Most APIs require a user to authenticate any request. If this is the case, the [scope][scopes] determines the
|
||||
set of permissions granted. The granularity of these is usually no more than *read-only* or *full-access*.
|
||||
|
||||
If not set, the system will automatically select the smallest feasible scope, e.g. when invoking a
|
||||
method that is read-only, it will ask only for a read-only scope.
|
||||
You may use the `--scope` flag to specify a scope directly.
|
||||
All applicable scopes are documented in the respective method's CLI documentation.
|
||||
|
||||
The first time a scope is used, the user is asked for permission. Follow the instructions given
|
||||
by the CLI to grant permissions, or to decline.
|
||||
|
||||
If a scope was authenticated by the user, the respective information will be stored as *JSON* in the configuration
|
||||
directory, e.g. `~/.google-service-cli/cloudidentity1-token-<scope-hash>.json`. No manual management of these tokens
|
||||
is necessary.
|
||||
|
||||
To revoke granted authentication, please refer to the [official documentation][revoke-access].
|
||||
|
||||
# Application Secrets
|
||||
|
||||
In order to allow any application to use Google services, it will need to be registered using the
|
||||
[Google Developer Console][google-dev-console]. APIs the application may use are then enabled for it
|
||||
one by one. Most APIs can be used for free and have a daily quota.
|
||||
|
||||
To allow more comfortable usage of the CLI without forcing anyone to register an own application, the CLI
|
||||
comes with a default application secret that is configured accordingly. This also means that heavy usage
|
||||
all around the world may deplete the daily quota.
|
||||
|
||||
You can workaround this limitation by putting your own secrets file at this location:
|
||||
`~/.google-service-cli/cloudidentity1-secret.json`, assuming that the required *cloudidentity* API
|
||||
was enabled for it. Such a secret file can be downloaded in the *Google Developer Console* at
|
||||
*APIs & auth -> Credentials -> Download JSON* and used as is.
|
||||
|
||||
Learn more about how to setup Google projects and enable APIs using the [official documentation][google-project-new].
|
||||
|
||||
|
||||
# Debugging
|
||||
|
||||
Even though the CLI does its best to provide usable error messages, sometimes it might be desirable to know
|
||||
what exactly led to a particular issue. This is done by allowing all client-server communication to be
|
||||
output to standard error *as-is*.
|
||||
|
||||
The `--debug` flag will print errors using the `Debug` representation to standard error.
|
||||
|
||||
You may consider redirecting standard error into a file for ease of use, e.g. `cloudidentity1 --debug <resource> <method> [options] 2>debug.txt`.
|
||||
|
||||
|
||||
[scopes]: https://developers.google.com/+/api/oauth#scopes
|
||||
[revoke-access]: http://webapps.stackexchange.com/a/30849
|
||||
[google-dev-console]: https://console.developers.google.com/
|
||||
[google-project-new]: https://developers.google.com/console/help/new/
|
||||
77
gen/cloudidentity1-cli/mkdocs.yml
Normal file
77
gen/cloudidentity1-cli/mkdocs.yml
Normal file
@@ -0,0 +1,77 @@
|
||||
site_name: Cloud Identity v5.0.4+20240227
|
||||
site_url: http://byron.github.io/google-apis-rs/google-cloudidentity1-cli
|
||||
site_description: A complete library to interact with Cloud Identity (protocol v1)
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/cloudidentity1-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- 'Customers':
|
||||
- 'Userinvitations Cancel': 'customers_userinvitations-cancel.md'
|
||||
- 'Userinvitations Get': 'customers_userinvitations-get.md'
|
||||
- 'Userinvitations Is Invitable User': 'customers_userinvitations-is-invitable-user.md'
|
||||
- 'Userinvitations List': 'customers_userinvitations-list.md'
|
||||
- 'Userinvitations Send': 'customers_userinvitations-send.md'
|
||||
- 'Devices':
|
||||
- 'Cancel Wipe': 'devices_cancel-wipe.md'
|
||||
- 'Create': 'devices_create.md'
|
||||
- 'Delete': 'devices_delete.md'
|
||||
- 'Device Users Approve': 'devices_device-users-approve.md'
|
||||
- 'Device Users Block': 'devices_device-users-block.md'
|
||||
- 'Device Users Cancel Wipe': 'devices_device-users-cancel-wipe.md'
|
||||
- 'Device Users Client States Get': 'devices_device-users-client-states-get.md'
|
||||
- 'Device Users Client States List': 'devices_device-users-client-states-list.md'
|
||||
- 'Device Users Client States Patch': 'devices_device-users-client-states-patch.md'
|
||||
- 'Device Users Delete': 'devices_device-users-delete.md'
|
||||
- 'Device Users Get': 'devices_device-users-get.md'
|
||||
- 'Device Users List': 'devices_device-users-list.md'
|
||||
- 'Device Users Lookup': 'devices_device-users-lookup.md'
|
||||
- 'Device Users Wipe': 'devices_device-users-wipe.md'
|
||||
- 'Get': 'devices_get.md'
|
||||
- 'List': 'devices_list.md'
|
||||
- 'Wipe': 'devices_wipe.md'
|
||||
- 'Groups':
|
||||
- 'Create': 'groups_create.md'
|
||||
- 'Delete': 'groups_delete.md'
|
||||
- 'Get': 'groups_get.md'
|
||||
- 'Get Security Settings': 'groups_get-security-settings.md'
|
||||
- 'List': 'groups_list.md'
|
||||
- 'Lookup': 'groups_lookup.md'
|
||||
- 'Memberships Check Transitive Membership': 'groups_memberships-check-transitive-membership.md'
|
||||
- 'Memberships Create': 'groups_memberships-create.md'
|
||||
- 'Memberships Delete': 'groups_memberships-delete.md'
|
||||
- 'Memberships Get': 'groups_memberships-get.md'
|
||||
- 'Memberships Get Membership Graph': 'groups_memberships-get-membership-graph.md'
|
||||
- 'Memberships List': 'groups_memberships-list.md'
|
||||
- 'Memberships Lookup': 'groups_memberships-lookup.md'
|
||||
- 'Memberships Modify Membership Roles': 'groups_memberships-modify-membership-roles.md'
|
||||
- 'Memberships Search Direct Groups': 'groups_memberships-search-direct-groups.md'
|
||||
- 'Memberships Search Transitive Groups': 'groups_memberships-search-transitive-groups.md'
|
||||
- 'Memberships Search Transitive Memberships': 'groups_memberships-search-transitive-memberships.md'
|
||||
- 'Patch': 'groups_patch.md'
|
||||
- 'Search': 'groups_search.md'
|
||||
- 'Update Security Settings': 'groups_update-security-settings.md'
|
||||
- 'Inbound Saml Sso Profiles':
|
||||
- 'Create': 'inbound-saml-sso-profiles_create.md'
|
||||
- 'Delete': 'inbound-saml-sso-profiles_delete.md'
|
||||
- 'Get': 'inbound-saml-sso-profiles_get.md'
|
||||
- 'Idp Credentials Add': 'inbound-saml-sso-profiles_idp-credentials-add.md'
|
||||
- 'Idp Credentials Delete': 'inbound-saml-sso-profiles_idp-credentials-delete.md'
|
||||
- 'Idp Credentials Get': 'inbound-saml-sso-profiles_idp-credentials-get.md'
|
||||
- 'Idp Credentials List': 'inbound-saml-sso-profiles_idp-credentials-list.md'
|
||||
- 'List': 'inbound-saml-sso-profiles_list.md'
|
||||
- 'Patch': 'inbound-saml-sso-profiles_patch.md'
|
||||
- 'Inbound Sso Assignments':
|
||||
- 'Create': 'inbound-sso-assignments_create.md'
|
||||
- 'Delete': 'inbound-sso-assignments_delete.md'
|
||||
- 'Get': 'inbound-sso-assignments_get.md'
|
||||
- 'List': 'inbound-sso-assignments_list.md'
|
||||
- 'Patch': 'inbound-sso-assignments_patch.md'
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015-2020, `Sebastian Thiel`
|
||||
|
||||
5650
gen/cloudidentity1-cli/src/main.rs
Normal file
5650
gen/cloudidentity1-cli/src/main.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user