strongdm 1.0.26 → 1.0.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/.git/FETCH_HEAD +2 -0
  3. data/.git/HEAD +1 -0
  4. data/.git/ORIG_HEAD +1 -0
  5. data/.git/config +14 -0
  6. data/.git/description +1 -0
  7. data/.git/hooks/applypatch-msg.sample +15 -0
  8. data/.git/hooks/commit-msg.sample +24 -0
  9. data/.git/hooks/fsmonitor-watchman.sample +114 -0
  10. data/.git/hooks/post-update.sample +8 -0
  11. data/.git/hooks/pre-applypatch.sample +14 -0
  12. data/.git/hooks/pre-commit.sample +49 -0
  13. data/.git/hooks/pre-push.sample +53 -0
  14. data/.git/hooks/pre-rebase.sample +169 -0
  15. data/.git/hooks/pre-receive.sample +24 -0
  16. data/.git/hooks/prepare-commit-msg.sample +42 -0
  17. data/.git/hooks/update.sample +128 -0
  18. data/.git/index +0 -0
  19. data/.git/info/exclude +6 -0
  20. data/.git/logs/HEAD +4 -0
  21. data/.git/logs/refs/heads/development +1 -0
  22. data/.git/logs/refs/heads/master +2 -0
  23. data/.git/logs/refs/remotes/origin/HEAD +1 -0
  24. data/.git/objects/pack/pack-e59f6bedc3261325378736e7cec548f841834e55.idx +0 -0
  25. data/.git/objects/pack/pack-e59f6bedc3261325378736e7cec548f841834e55.pack +0 -0
  26. data/.git/packed-refs +27 -0
  27. data/.git/refs/heads/development +1 -0
  28. data/.git/refs/heads/master +1 -0
  29. data/.git/refs/remotes/origin/HEAD +1 -0
  30. data/doc/Object.html +10 -0
  31. data/doc/SDM/Client.html +11 -6
  32. data/doc/V1.html +0 -200
  33. data/doc/created.rid +38 -49
  34. data/doc/index.html +0 -16
  35. data/doc/js/navigation.js.gz +0 -0
  36. data/doc/js/search_index.js +1 -1
  37. data/doc/js/search_index.js.gz +0 -0
  38. data/doc/js/searcher.js.gz +0 -0
  39. data/doc/lib/version.html +1 -1
  40. data/doc/strongdm_gemspec.html +1 -1
  41. data/doc/table_of_contents.html +0 -40
  42. data/lib/strongdm.rb +8 -1
  43. data/lib/version +1 -1
  44. data/lib/version.rb +1 -1
  45. data/strongdm.gemspec +1 -1
  46. metadata +274 -269
  47. data/doc/Google/Protobuf.html +0 -95
  48. data/doc/Google.html +0 -95
  49. data/doc/SDM/AccessRuleCreateResponse.html +0 -267
  50. data/doc/SDM/AccessRuleDeleteResponse.html +0 -249
  51. data/doc/SDM/AccessRuleUpdateResponse.html +0 -267
  52. data/doc/SDM/AccountAttachmentCreateOptions.html +0 -231
  53. data/doc/SDM/AmazonMQRabbitMQAMQP091.html +0 -427
  54. data/doc/SDM/SecretStore.html +0 -303
  55. data/doc/V1/AccessRules/Service.html +0 -116
  56. data/doc/V1/AccessRules.html +0 -110
  57. data/doc/V1/Audits/Service.html +0 -119
  58. data/doc/V1/Audits.html +0 -113
  59. data/doc/V1/BuildsPrivate/Service.html +0 -116
  60. data/doc/V1/BuildsPrivate.html +0 -110
  61. data/doc/V1/DemoProvisioningRequests/Service.html +0 -116
  62. data/doc/V1/DemoProvisioningRequests.html +0 -110
  63. data/doc/V1/Permissions/Service.html +0 -119
  64. data/doc/V1/SecretStoreHealths/Service.html +0 -116
  65. data/doc/V1/SecretStoreHealths.html +0 -110
  66. data/doc/examples/Gemfile_lock.html +0 -122
  67. data/doc/examples/README_md.html +0 -105
  68. data/doc/examples/okta-sync/Gemfile.html +0 -105
  69. data/doc/examples/okta-sync/Gemfile_lock.html +0 -146
@@ -1,95 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>module Google::Protobuf - RDoc Documentation</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "../";
11
- </script>
12
-
13
- <script src="../js/jquery.js"></script>
14
- <script src="../js/darkfish.js"></script>
15
-
16
- <link href="../css/fonts.css" rel="stylesheet">
17
- <link href="../css/rdoc.css" rel="stylesheet">
18
-
19
-
20
-
21
- <body id="top" role="document" class="module">
22
- <nav role="navigation">
23
- <div id="project-navigation">
24
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
- <h2>
26
- <a href="../index.html" rel="home">Home</a>
27
- </h2>
28
-
29
- <div id="table-of-contents-navigation">
30
- <a href="../table_of_contents.html#pages">Pages</a>
31
- <a href="../table_of_contents.html#classes">Classes</a>
32
- <a href="../table_of_contents.html#methods">Methods</a>
33
- </div>
34
- </div>
35
-
36
- <div id="search-section" role="search" class="project-section initially-hidden">
37
- <form action="#" method="get" accept-charset="utf-8">
38
- <div id="search-field-wrapper">
39
- <input id="search-field" role="combobox" aria-label="Search"
40
- aria-autocomplete="list" aria-controls="search-results"
41
- type="text" name="search" placeholder="Search" spellcheck="false"
42
- title="Type to search, Up and Down to navigate, Enter to load">
43
- </div>
44
-
45
- <ul id="search-results" aria-label="Search Results"
46
- aria-busy="false" aria-expanded="false"
47
- aria-atomic="false" class="initially-hidden"></ul>
48
- </form>
49
- </div>
50
-
51
- </div>
52
-
53
-
54
-
55
- <div id="class-metadata">
56
-
57
-
58
-
59
-
60
-
61
- </div>
62
- </nav>
63
-
64
- <main role="main" aria-labelledby="module-Google::Protobuf">
65
- <h1 id="module-Google::Protobuf" class="module">
66
- module Google::Protobuf
67
- </h1>
68
-
69
- <section class="description">
70
-
71
- </section>
72
-
73
-
74
-
75
-
76
- <section id="5Buntitled-5D" class="documentation-section">
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
- </section>
87
- </main>
88
-
89
-
90
- <footer id="validator-badges" role="contentinfo">
91
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
92
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
93
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
94
- </footer>
95
-
data/doc/Google.html DELETED
@@ -1,95 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>module Google - RDoc Documentation</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "./";
11
- </script>
12
-
13
- <script src="./js/jquery.js"></script>
14
- <script src="./js/darkfish.js"></script>
15
-
16
- <link href="./css/fonts.css" rel="stylesheet">
17
- <link href="./css/rdoc.css" rel="stylesheet">
18
-
19
-
20
-
21
- <body id="top" role="document" class="module">
22
- <nav role="navigation">
23
- <div id="project-navigation">
24
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
- <h2>
26
- <a href="./index.html" rel="home">Home</a>
27
- </h2>
28
-
29
- <div id="table-of-contents-navigation">
30
- <a href="./table_of_contents.html#pages">Pages</a>
31
- <a href="./table_of_contents.html#classes">Classes</a>
32
- <a href="./table_of_contents.html#methods">Methods</a>
33
- </div>
34
- </div>
35
-
36
- <div id="search-section" role="search" class="project-section initially-hidden">
37
- <form action="#" method="get" accept-charset="utf-8">
38
- <div id="search-field-wrapper">
39
- <input id="search-field" role="combobox" aria-label="Search"
40
- aria-autocomplete="list" aria-controls="search-results"
41
- type="text" name="search" placeholder="Search" spellcheck="false"
42
- title="Type to search, Up and Down to navigate, Enter to load">
43
- </div>
44
-
45
- <ul id="search-results" aria-label="Search Results"
46
- aria-busy="false" aria-expanded="false"
47
- aria-atomic="false" class="initially-hidden"></ul>
48
- </form>
49
- </div>
50
-
51
- </div>
52
-
53
-
54
-
55
- <div id="class-metadata">
56
-
57
-
58
-
59
-
60
-
61
- </div>
62
- </nav>
63
-
64
- <main role="main" aria-labelledby="module-Google">
65
- <h1 id="module-Google" class="module">
66
- module Google
67
- </h1>
68
-
69
- <section class="description">
70
-
71
- </section>
72
-
73
-
74
-
75
-
76
- <section id="5Buntitled-5D" class="documentation-section">
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
- </section>
87
- </main>
88
-
89
-
90
- <footer id="validator-badges" role="contentinfo">
91
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
92
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
93
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
94
- </footer>
95
-
@@ -1,267 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class SDM::AccessRuleCreateResponse - RDoc Documentation</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "../";
11
- var index_rel_prefix = "../";
12
- </script>
13
-
14
- <script src="../js/navigation.js" defer></script>
15
- <script src="../js/search.js" defer></script>
16
- <script src="../js/search_index.js" defer></script>
17
- <script src="../js/searcher.js" defer></script>
18
- <script src="../js/darkfish.js" defer></script>
19
-
20
- <link href="../css/fonts.css" rel="stylesheet">
21
- <link href="../css/rdoc.css" rel="stylesheet">
22
-
23
-
24
-
25
-
26
- <body id="top" role="document" class="class">
27
- <nav role="navigation">
28
- <div id="project-navigation">
29
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
- <h2>
31
- <a href="../index.html" rel="home">Home</a>
32
- </h2>
33
-
34
- <div id="table-of-contents-navigation">
35
- <a href="../table_of_contents.html#pages">Pages</a>
36
- <a href="../table_of_contents.html#classes">Classes</a>
37
- <a href="../table_of_contents.html#methods">Methods</a>
38
- </div>
39
- </div>
40
-
41
- <div id="search-section" role="search" class="project-section initially-hidden">
42
- <form action="#" method="get" accept-charset="utf-8">
43
- <div id="search-field-wrapper">
44
- <input id="search-field" role="combobox" aria-label="Search"
45
- aria-autocomplete="list" aria-controls="search-results"
46
- type="text" name="search" placeholder="Search" spellcheck="false"
47
- title="Type to search, Up and Down to navigate, Enter to load">
48
- </div>
49
-
50
- <ul id="search-results" aria-label="Search Results"
51
- aria-busy="false" aria-expanded="false"
52
- aria-atomic="false" class="initially-hidden"></ul>
53
- </form>
54
- </div>
55
-
56
- </div>
57
-
58
-
59
-
60
- <div id="class-metadata">
61
-
62
- <div id="parent-class-section" class="nav-section">
63
- <h3>Parent</h3>
64
-
65
-
66
- <p class="link"><a href="../Object.html">Object</a>
67
-
68
- </div>
69
-
70
-
71
-
72
- <!-- Method Quickref -->
73
- <div id="method-list-section" class="nav-section">
74
- <h3>Methods</h3>
75
-
76
- <ul class="link-list" role="directory">
77
-
78
- <li ><a href="#method-c-new">::new</a>
79
-
80
- <li ><a href="#method-i-to_json">#to_json</a>
81
-
82
- </ul>
83
- </div>
84
-
85
- </div>
86
- </nav>
87
-
88
- <main role="main" aria-labelledby="class-SDM::AccessRuleCreateResponse">
89
- <h1 id="class-SDM::AccessRuleCreateResponse" class="class">
90
- class SDM::AccessRuleCreateResponse
91
- </h1>
92
-
93
- <section class="description">
94
-
95
- <p><a href="AccessRuleCreateResponse.html"><code>AccessRuleCreateResponse</code></a> reports how the AccessRule was created in the system.</p>
96
-
97
- </section>
98
-
99
-
100
- <section id="5Buntitled-5D" class="documentation-section">
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
- <section class="attribute-method-details" class="method-section">
109
- <header>
110
- <h3>Attributes</h3>
111
- </header>
112
-
113
-
114
- <div id="attribute-i-access_rule" class="method-detail">
115
- <div class="method-heading attribute-method-heading">
116
- <span class="method-name">access_rule</span><span
117
- class="attribute-access-type">[RW]</span>
118
- </div>
119
-
120
- <div class="method-description">
121
-
122
- <p>The created AccessRule.</p>
123
-
124
- </div>
125
- </div>
126
-
127
- <div id="attribute-i-meta" class="method-detail">
128
- <div class="method-heading attribute-method-heading">
129
- <span class="method-name">meta</span><span
130
- class="attribute-access-type">[RW]</span>
131
- </div>
132
-
133
- <div class="method-description">
134
-
135
- <p>Reserved for future use.</p>
136
-
137
- </div>
138
- </div>
139
-
140
- <div id="attribute-i-rate_limit" class="method-detail">
141
- <div class="method-heading attribute-method-heading">
142
- <span class="method-name">rate_limit</span><span
143
- class="attribute-access-type">[RW]</span>
144
- </div>
145
-
146
- <div class="method-description">
147
-
148
- <p>Rate limit information.</p>
149
-
150
- </div>
151
- </div>
152
-
153
- </section>
154
-
155
-
156
-
157
- <section id="public-class-5Buntitled-5D-method-details" class="method-section">
158
- <header>
159
- <h3>Public Class Methods</h3>
160
- </header>
161
-
162
-
163
- <div id="method-c-new" class="method-detail ">
164
-
165
- <div class="method-heading">
166
- <span class="method-name">new</span><span
167
- class="method-args">( meta:nil \ , access_rule:nil \ , rate_limit:nil \ )</span>
168
-
169
- <span class="method-click-advice">click to toggle source</span>
170
-
171
- </div>
172
-
173
-
174
- <div class="method-description">
175
-
176
-
177
-
178
-
179
-
180
-
181
- <div class="method-source-code" id="new-source">
182
- <pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 122</span>
183
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(
184
- <span class="ruby-value">meta:</span><span class="ruby-keyword">nil</span> \
185
- ,
186
- <span class="ruby-value">access_rule:</span><span class="ruby-keyword">nil</span> \
187
- ,
188
- <span class="ruby-value">rate_limit:</span><span class="ruby-keyword">nil</span> \
189
- )
190
- <span class="ruby-keyword">if</span> <span class="ruby-identifier">meta</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
191
- <span class="ruby-ivar">@meta</span> = <span class="ruby-identifier">meta</span>
192
- <span class="ruby-keyword">end</span>
193
- <span class="ruby-keyword">if</span> <span class="ruby-identifier">access_rule</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
194
- <span class="ruby-ivar">@access_rule</span> = <span class="ruby-identifier">access_rule</span>
195
- <span class="ruby-keyword">end</span>
196
- <span class="ruby-keyword">if</span> <span class="ruby-identifier">rate_limit</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>
197
- <span class="ruby-ivar">@rate_limit</span> = <span class="ruby-identifier">rate_limit</span>
198
- <span class="ruby-keyword">end</span>
199
- <span class="ruby-keyword">end</span></pre>
200
- </div>
201
-
202
- </div>
203
-
204
-
205
-
206
-
207
- </div>
208
-
209
-
210
- </section>
211
-
212
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
213
- <header>
214
- <h3>Public Instance Methods</h3>
215
- </header>
216
-
217
-
218
- <div id="method-i-to_json" class="method-detail ">
219
-
220
- <div class="method-heading">
221
- <span class="method-name">to_json</span><span
222
- class="method-args">(options={})</span>
223
-
224
- <span class="method-click-advice">click to toggle source</span>
225
-
226
- </div>
227
-
228
-
229
- <div class="method-description">
230
-
231
-
232
-
233
-
234
-
235
-
236
- <div class="method-source-code" id="to_json-source">
237
- <pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 139</span>
238
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={})
239
- <span class="ruby-identifier">hash</span> = {}
240
- <span class="ruby-keyword">self</span>.<span class="ruby-identifier">instance_variables</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">var</span><span class="ruby-operator">|</span>
241
- <span class="ruby-identifier">hash</span>[<span class="ruby-identifier">var</span>.<span class="ruby-identifier">id2name</span>.<span class="ruby-identifier">delete_prefix</span>(<span class="ruby-string">&#39;@&#39;</span>)] = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">instance_variable_get</span> <span class="ruby-identifier">var</span>
242
- <span class="ruby-keyword">end</span>
243
- <span class="ruby-identifier">hash</span>.<span class="ruby-identifier">to_json</span>
244
- <span class="ruby-keyword">end</span></pre>
245
- </div>
246
-
247
- </div>
248
-
249
-
250
-
251
-
252
- </div>
253
-
254
-
255
- </section>
256
-
257
- </section>
258
-
259
- </main>
260
-
261
-
262
- <footer id="validator-badges" role="contentinfo">
263
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
264
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
265
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
266
- </footer>
267
-