google-apis-iam_v1 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: google-apis-iam_v1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Google LLC
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-01-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: google-apis-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.1'
27
+ description: This is the simple REST client for Identity and Access Management (IAM)
28
+ API V1. Simple REST clients are Ruby client libraries that provide access to Google
29
+ services via their HTTP REST API endpoints. These libraries are generated and updated
30
+ automatically based on the discovery documents published by the service, and they
31
+ handle most concerns such as authentication, pagination, retry, timeouts, and logging.
32
+ You can use this client to access the Identity and Access Management (IAM) API,
33
+ but note that some services may provide a separate modern client that is easier
34
+ to use.
35
+ email: googleapis-packages@google.com
36
+ executables: []
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files:
40
+ - ".yardopts"
41
+ - CHANGELOG.md
42
+ - LICENSE.md
43
+ - OVERVIEW.md
44
+ - lib/google-apis-iam_v1.rb
45
+ - lib/google/apis/iam_v1.rb
46
+ - lib/google/apis/iam_v1/classes.rb
47
+ - lib/google/apis/iam_v1/gem_version.rb
48
+ - lib/google/apis/iam_v1/representations.rb
49
+ - lib/google/apis/iam_v1/service.rb
50
+ homepage: https://github.com/google/google-api-ruby-client
51
+ licenses:
52
+ - Apache-2.0
53
+ metadata:
54
+ bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
55
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1/CHANGELOG.md
56
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.1.0
57
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
58
+ post_install_message:
59
+ rdoc_options: []
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '2.4'
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
72
+ requirements: []
73
+ rubygems_version: 3.1.4
74
+ signing_key:
75
+ specification_version: 4
76
+ summary: Simple REST client for Identity and Access Management (IAM) API V1
77
+ test_files: []