akeyless.AuthMethodOauth2
Explore with Pulumi AI
AOAuth2 Auth Method Resource
Create AuthMethodOauth2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AuthMethodOauth2(name: string, args: AuthMethodOauth2Args, opts?: CustomResourceOptions);
@overload
def AuthMethodOauth2(resource_name: str,
args: AuthMethodOauth2Args,
opts: Optional[ResourceOptions] = None)
@overload
def AuthMethodOauth2(resource_name: str,
opts: Optional[ResourceOptions] = None,
unique_identifier: Optional[str] = None,
delete_protection: Optional[str] = None,
audit_logs_claims: Optional[Sequence[str]] = None,
auth_method_oauth2_id: Optional[str] = None,
bound_client_ids: Optional[Sequence[str]] = None,
bound_ips: Optional[Sequence[str]] = None,
access_expires: Optional[float] = None,
force_sub_claims: Optional[bool] = None,
issuer: Optional[str] = None,
jwks_json_data: Optional[str] = None,
jwks_uri: Optional[str] = None,
jwt_ttl: Optional[float] = None,
name: Optional[str] = None,
audience: Optional[str] = None)
func NewAuthMethodOauth2(ctx *Context, name string, args AuthMethodOauth2Args, opts ...ResourceOption) (*AuthMethodOauth2, error)
public AuthMethodOauth2(string name, AuthMethodOauth2Args args, CustomResourceOptions? opts = null)
public AuthMethodOauth2(String name, AuthMethodOauth2Args args)
public AuthMethodOauth2(String name, AuthMethodOauth2Args args, CustomResourceOptions options)
type: akeyless:AuthMethodOauth2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AuthMethodOauth2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AuthMethodOauth2Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AuthMethodOauth2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthMethodOauth2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AuthMethodOauth2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var authMethodOauth2Resource = new Akeyless.AuthMethodOauth2("authMethodOauth2Resource", new()
{
UniqueIdentifier = "string",
DeleteProtection = "string",
AuditLogsClaims = new[]
{
"string",
},
AuthMethodOauth2Id = "string",
BoundClientIds = new[]
{
"string",
},
BoundIps = new[]
{
"string",
},
AccessExpires = 0,
ForceSubClaims = false,
Issuer = "string",
JwksJsonData = "string",
JwksUri = "string",
JwtTtl = 0,
Name = "string",
Audience = "string",
});
example, err := akeyless.NewAuthMethodOauth2(ctx, "authMethodOauth2Resource", &akeyless.AuthMethodOauth2Args{
UniqueIdentifier: pulumi.String("string"),
DeleteProtection: pulumi.String("string"),
AuditLogsClaims: pulumi.StringArray{
pulumi.String("string"),
},
AuthMethodOauth2Id: pulumi.String("string"),
BoundClientIds: pulumi.StringArray{
pulumi.String("string"),
},
BoundIps: pulumi.StringArray{
pulumi.String("string"),
},
AccessExpires: pulumi.Float64(0),
ForceSubClaims: pulumi.Bool(false),
Issuer: pulumi.String("string"),
JwksJsonData: pulumi.String("string"),
JwksUri: pulumi.String("string"),
JwtTtl: pulumi.Float64(0),
Name: pulumi.String("string"),
Audience: pulumi.String("string"),
})
var authMethodOauth2Resource = new AuthMethodOauth2("authMethodOauth2Resource", AuthMethodOauth2Args.builder()
.uniqueIdentifier("string")
.deleteProtection("string")
.auditLogsClaims("string")
.authMethodOauth2Id("string")
.boundClientIds("string")
.boundIps("string")
.accessExpires(0)
.forceSubClaims(false)
.issuer("string")
.jwksJsonData("string")
.jwksUri("string")
.jwtTtl(0)
.name("string")
.audience("string")
.build());
auth_method_oauth2_resource = akeyless.AuthMethodOauth2("authMethodOauth2Resource",
unique_identifier="string",
delete_protection="string",
audit_logs_claims=["string"],
auth_method_oauth2_id="string",
bound_client_ids=["string"],
bound_ips=["string"],
access_expires=0,
force_sub_claims=False,
issuer="string",
jwks_json_data="string",
jwks_uri="string",
jwt_ttl=0,
name="string",
audience="string")
const authMethodOauth2Resource = new akeyless.AuthMethodOauth2("authMethodOauth2Resource", {
uniqueIdentifier: "string",
deleteProtection: "string",
auditLogsClaims: ["string"],
authMethodOauth2Id: "string",
boundClientIds: ["string"],
boundIps: ["string"],
accessExpires: 0,
forceSubClaims: false,
issuer: "string",
jwksJsonData: "string",
jwksUri: "string",
jwtTtl: 0,
name: "string",
audience: "string",
});
type: akeyless:AuthMethodOauth2
properties:
accessExpires: 0
audience: string
auditLogsClaims:
- string
authMethodOauth2Id: string
boundClientIds:
- string
boundIps:
- string
deleteProtection: string
forceSubClaims: false
issuer: string
jwksJsonData: string
jwksUri: string
jwtTtl: 0
name: string
uniqueIdentifier: string
AuthMethodOauth2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AuthMethodOauth2 resource accepts the following input properties:
- Unique
Identifier string - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- Access
Expires double - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- Audience string
- The audience in the JWT
- Audit
Logs List<string>Claims - Subclaims to include in audit logs
- Auth
Method stringOauth2Id - The ID of this resource.
- Bound
Client List<string>Ids - The clients ids that the access is restricted to
- Bound
Ips List<string> - A CIDR whitelist with the IPs that the access is restricted to
- Delete
Protection string - Protection from accidental deletion of this auth method, [true/false]
- Force
Sub boolClaims - enforce role-association must include sub claims
- Issuer string
- Issuer URL
- Jwks
Json stringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- Jwks
Uri string - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- Jwt
Ttl double - Creds expiration time in minutes
- Name string
- Auth Method name
- Unique
Identifier string - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- Access
Expires float64 - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- Audience string
- The audience in the JWT
- Audit
Logs []stringClaims - Subclaims to include in audit logs
- Auth
Method stringOauth2Id - The ID of this resource.
- Bound
Client []stringIds - The clients ids that the access is restricted to
- Bound
Ips []string - A CIDR whitelist with the IPs that the access is restricted to
- Delete
Protection string - Protection from accidental deletion of this auth method, [true/false]
- Force
Sub boolClaims - enforce role-association must include sub claims
- Issuer string
- Issuer URL
- Jwks
Json stringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- Jwks
Uri string - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- Jwt
Ttl float64 - Creds expiration time in minutes
- Name string
- Auth Method name
- unique
Identifier String - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access
Expires Double - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- audience String
- The audience in the JWT
- audit
Logs List<String>Claims - Subclaims to include in audit logs
- auth
Method StringOauth2Id - The ID of this resource.
- bound
Client List<String>Ids - The clients ids that the access is restricted to
- bound
Ips List<String> - A CIDR whitelist with the IPs that the access is restricted to
- delete
Protection String - Protection from accidental deletion of this auth method, [true/false]
- force
Sub BooleanClaims - enforce role-association must include sub claims
- issuer String
- Issuer URL
- jwks
Json StringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks
Uri String - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt
Ttl Double - Creds expiration time in minutes
- name String
- Auth Method name
- unique
Identifier string - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access
Expires number - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- audience string
- The audience in the JWT
- audit
Logs string[]Claims - Subclaims to include in audit logs
- auth
Method stringOauth2Id - The ID of this resource.
- bound
Client string[]Ids - The clients ids that the access is restricted to
- bound
Ips string[] - A CIDR whitelist with the IPs that the access is restricted to
- delete
Protection string - Protection from accidental deletion of this auth method, [true/false]
- force
Sub booleanClaims - enforce role-association must include sub claims
- issuer string
- Issuer URL
- jwks
Json stringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks
Uri string - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt
Ttl number - Creds expiration time in minutes
- name string
- Auth Method name
- unique_
identifier str - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access_
expires float - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- audience str
- The audience in the JWT
- audit_
logs_ Sequence[str]claims - Subclaims to include in audit logs
- auth_
method_ stroauth2_ id - The ID of this resource.
- bound_
client_ Sequence[str]ids - The clients ids that the access is restricted to
- bound_
ips Sequence[str] - A CIDR whitelist with the IPs that the access is restricted to
- delete_
protection str - Protection from accidental deletion of this auth method, [true/false]
- force_
sub_ boolclaims - enforce role-association must include sub claims
- issuer str
- Issuer URL
- jwks_
json_ strdata - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks_
uri str - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt_
ttl float - Creds expiration time in minutes
- name str
- Auth Method name
- unique
Identifier String - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access
Expires Number - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- audience String
- The audience in the JWT
- audit
Logs List<String>Claims - Subclaims to include in audit logs
- auth
Method StringOauth2Id - The ID of this resource.
- bound
Client List<String>Ids - The clients ids that the access is restricted to
- bound
Ips List<String> - A CIDR whitelist with the IPs that the access is restricted to
- delete
Protection String - Protection from accidental deletion of this auth method, [true/false]
- force
Sub BooleanClaims - enforce role-association must include sub claims
- issuer String
- Issuer URL
- jwks
Json StringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks
Uri String - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt
Ttl Number - Creds expiration time in minutes
- name String
- Auth Method name
Outputs
All input properties are implicitly available as output properties. Additionally, the AuthMethodOauth2 resource produces the following output properties:
Look up Existing AuthMethodOauth2 Resource
Get an existing AuthMethodOauth2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AuthMethodOauth2State, opts?: CustomResourceOptions): AuthMethodOauth2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_expires: Optional[float] = None,
access_id: Optional[str] = None,
audience: Optional[str] = None,
audit_logs_claims: Optional[Sequence[str]] = None,
auth_method_oauth2_id: Optional[str] = None,
bound_client_ids: Optional[Sequence[str]] = None,
bound_ips: Optional[Sequence[str]] = None,
delete_protection: Optional[str] = None,
force_sub_claims: Optional[bool] = None,
issuer: Optional[str] = None,
jwks_json_data: Optional[str] = None,
jwks_uri: Optional[str] = None,
jwt_ttl: Optional[float] = None,
name: Optional[str] = None,
unique_identifier: Optional[str] = None) -> AuthMethodOauth2
func GetAuthMethodOauth2(ctx *Context, name string, id IDInput, state *AuthMethodOauth2State, opts ...ResourceOption) (*AuthMethodOauth2, error)
public static AuthMethodOauth2 Get(string name, Input<string> id, AuthMethodOauth2State? state, CustomResourceOptions? opts = null)
public static AuthMethodOauth2 get(String name, Output<String> id, AuthMethodOauth2State state, CustomResourceOptions options)
resources: _: type: akeyless:AuthMethodOauth2 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Access
Expires double - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- Access
Id string - Auth Method access ID
- Audience string
- The audience in the JWT
- Audit
Logs List<string>Claims - Subclaims to include in audit logs
- Auth
Method stringOauth2Id - The ID of this resource.
- Bound
Client List<string>Ids - The clients ids that the access is restricted to
- Bound
Ips List<string> - A CIDR whitelist with the IPs that the access is restricted to
- Delete
Protection string - Protection from accidental deletion of this auth method, [true/false]
- Force
Sub boolClaims - enforce role-association must include sub claims
- Issuer string
- Issuer URL
- Jwks
Json stringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- Jwks
Uri string - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- Jwt
Ttl double - Creds expiration time in minutes
- Name string
- Auth Method name
- Unique
Identifier string - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- Access
Expires float64 - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- Access
Id string - Auth Method access ID
- Audience string
- The audience in the JWT
- Audit
Logs []stringClaims - Subclaims to include in audit logs
- Auth
Method stringOauth2Id - The ID of this resource.
- Bound
Client []stringIds - The clients ids that the access is restricted to
- Bound
Ips []string - A CIDR whitelist with the IPs that the access is restricted to
- Delete
Protection string - Protection from accidental deletion of this auth method, [true/false]
- Force
Sub boolClaims - enforce role-association must include sub claims
- Issuer string
- Issuer URL
- Jwks
Json stringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- Jwks
Uri string - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- Jwt
Ttl float64 - Creds expiration time in minutes
- Name string
- Auth Method name
- Unique
Identifier string - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access
Expires Double - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- access
Id String - Auth Method access ID
- audience String
- The audience in the JWT
- audit
Logs List<String>Claims - Subclaims to include in audit logs
- auth
Method StringOauth2Id - The ID of this resource.
- bound
Client List<String>Ids - The clients ids that the access is restricted to
- bound
Ips List<String> - A CIDR whitelist with the IPs that the access is restricted to
- delete
Protection String - Protection from accidental deletion of this auth method, [true/false]
- force
Sub BooleanClaims - enforce role-association must include sub claims
- issuer String
- Issuer URL
- jwks
Json StringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks
Uri String - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt
Ttl Double - Creds expiration time in minutes
- name String
- Auth Method name
- unique
Identifier String - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access
Expires number - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- access
Id string - Auth Method access ID
- audience string
- The audience in the JWT
- audit
Logs string[]Claims - Subclaims to include in audit logs
- auth
Method stringOauth2Id - The ID of this resource.
- bound
Client string[]Ids - The clients ids that the access is restricted to
- bound
Ips string[] - A CIDR whitelist with the IPs that the access is restricted to
- delete
Protection string - Protection from accidental deletion of this auth method, [true/false]
- force
Sub booleanClaims - enforce role-association must include sub claims
- issuer string
- Issuer URL
- jwks
Json stringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks
Uri string - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt
Ttl number - Creds expiration time in minutes
- name string
- Auth Method name
- unique
Identifier string - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access_
expires float - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- access_
id str - Auth Method access ID
- audience str
- The audience in the JWT
- audit_
logs_ Sequence[str]claims - Subclaims to include in audit logs
- auth_
method_ stroauth2_ id - The ID of this resource.
- bound_
client_ Sequence[str]ids - The clients ids that the access is restricted to
- bound_
ips Sequence[str] - A CIDR whitelist with the IPs that the access is restricted to
- delete_
protection str - Protection from accidental deletion of this auth method, [true/false]
- force_
sub_ boolclaims - enforce role-association must include sub claims
- issuer str
- Issuer URL
- jwks_
json_ strdata - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks_
uri str - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt_
ttl float - Creds expiration time in minutes
- name str
- Auth Method name
- unique_
identifier str - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
- access
Expires Number - Access expiration date in Unix timestamp (select 0 for access without expiry date)
- access
Id String - Auth Method access ID
- audience String
- The audience in the JWT
- audit
Logs List<String>Claims - Subclaims to include in audit logs
- auth
Method StringOauth2Id - The ID of this resource.
- bound
Client List<String>Ids - The clients ids that the access is restricted to
- bound
Ips List<String> - A CIDR whitelist with the IPs that the access is restricted to
- delete
Protection String - Protection from accidental deletion of this auth method, [true/false]
- force
Sub BooleanClaims - enforce role-association must include sub claims
- issuer String
- Issuer URL
- jwks
Json StringData - The JSON Web Key Set (JWKS) containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization serve, in base64 format.
- jwks
Uri String - The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server.
- jwt
Ttl Number - Creds expiration time in minutes
- name String
- Auth Method name
- unique
Identifier String - A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a sub claim that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization.
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.