Class: Aws::Types::JwtTokenTypeConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claim_regex::String

Returns the value of attribute claim_regex.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def claim_regex
  @claim_regex
end

#group_attribute_field::String

Returns the value of attribute group_attribute_field.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def group_attribute_field
  @group_attribute_field
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def issuer
  @issuer
end

#key_location"URL", "SECRET_MANAGER"

Returns the value of attribute key_location.

Returns:

  • ("URL", "SECRET_MANAGER")


1314
1315
1316
# File 'sig/types.rbs', line 1314

def key_location
  @key_location
end

#secret_manager_arn::String

Returns the value of attribute secret_manager_arn.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def secret_manager_arn
  @secret_manager_arn
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def url
  @url
end

#user_name_attribute_field::String

Returns the value of attribute user_name_attribute_field.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def user_name_attribute_field
  @user_name_attribute_field
end