Method: Akeyless::UpdateOidcApp.openapi_types
- Defined in:
- lib/akeyless/models/update_oidc_app.rb
.openapi_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/akeyless/models/update_oidc_app.rb', line 70 def self.openapi_types { :'audience' => :'String', :'json' => :'Boolean', :'key' => :'String', :'name' => :'String', :'permission_assignment' => :'String', :'public' => :'Boolean', :'redirect_uris' => :'String', :'scopes' => :'String', :'token' => :'String', :'uid_token' => :'String' } end |