mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
Add many no_log attributes
This commit is contained in:
parent
78b36fe3b6
commit
1a7d4e3cda
101 changed files with 147 additions and 111 deletions
|
@ -508,8 +508,12 @@ def main():
|
|||
default_key_specs=dict(
|
||||
type='list',
|
||||
elements='dict',
|
||||
no_log=False,
|
||||
options=dict(
|
||||
algorithm=dict(type='str'), key_length=dict(type='int'), key_type=dict(type='str'), kind=dict(default='dns#dnsKeySpec', type='str')
|
||||
algorithm=dict(type='str'),
|
||||
key_length=dict(type='int', no_log=False),
|
||||
key_type=dict(type='str'),
|
||||
kind=dict(default='dns#dnsKeySpec', type='str')
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue