Akeyless::AuthMethodUpdateUniversalIdentity
Name
Type
Description
Notes
access_expires
Integer
Access expiration date in Unix timestamp (select 0 for access without expiry date)
[optional][default to 0]
audit_logs_claims
Array<String>
Subclaims to include in audit logs, e.g "--audit-logs-claims email --audit-logs-claims username"
[optional]
bound_ips
Array<String>
A CIDR whitelist with the IPs that the access is restricted to
[optional]
delete_protection
String
Protection from accidental deletion of this object [true/false]
[optional]
deny_inheritance
Boolean
Deny from root to create children
[optional]
deny_rotate
Boolean
Deny from the token to rotate
[optional]
description
String
Auth Method description
[optional]
force_sub_claims
Boolean
if true: enforce role-association must include sub claims
[optional]
gw_bound_ips
Array<String>
A CIDR whitelist with the GW IPs that the access is restricted to
[optional]
json
Boolean
Set output format to JSON
[optional][default to false]
jwt_ttl
Integer
Jwt TTL
[optional][default to 0]
name
String
Auth Method name
new_name
String
Auth Method new name
[optional]
product_type
Array<String>
Choose the relevant product type for the auth method [sm, sra, pm, dp, ca]
[optional]
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
ttl
Integer
Token ttl
[optional][default to 60]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
require 'akeyless'
instance = Akeyless ::AuthMethodUpdateUniversalIdentity . new (
access_expires : null ,
audit_logs_claims : null ,
bound_ips : null ,
delete_protection : null ,
deny_inheritance : null ,
deny_rotate : null ,
description : null ,
force_sub_claims : null ,
gw_bound_ips : null ,
json : null ,
jwt_ttl : null ,
name : null ,
new_name : null ,
product_type : null ,
token : null ,
ttl : null ,
uid_token : null
)