Name |
Type |
Description |
Notes |
assoc_id |
String |
The association id to be updated |
|
case_sensitive |
String |
Treat sub claims as case-sensitive [true/false] |
[optional][default to 'true'] |
json |
Boolean |
Set output format to JSON |
[optional][default to false] |
sub_claims |
Hash<String, String> |
key/val of sub claims, e.g group=admins,developers |
[optional] |
token |
String |
Authentication token (see `/auth` and `/configure`) |
[optional] |
uid_token |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
require 'akeyless'
instance = Akeyless::UpdateAssoc.new(
assoc_id: null,
case_sensitive: null,
json: null,
sub_claims: null,
token: null,
uid_token: null
)