Class: Aws::Types::OidcConfigInfo
- Inherits:
-
Object
- Object
- Aws::Types::OidcConfigInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::Integer
Returns the value of attribute application_id.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#ca_certificate ⇒ ::String
Returns the value of attribute ca_certificate.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#company_id ⇒ ::String
Returns the value of attribute company_id.
-
#custom_username ⇒ ::String
Returns the value of attribute custom_username.
-
#extra_auth_params ⇒ ::String
Returns the value of attribute extra_auth_params.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
-
#scopes ⇒ ::String
Returns the value of attribute scopes.
-
#secret ⇒ ::String
Returns the value of attribute secret.
-
#sso_token_buffer_minutes ⇒ ::Integer
Returns the value of attribute sso_token_buffer_minutes.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#application_id ⇒ ::Integer
Returns the value of attribute application_id.
670 671 672 |
# File 'sig/types.rbs', line 670 def application_id @application_id end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
659 660 661 |
# File 'sig/types.rbs', line 659 def application_name @application_name end |
#ca_certificate ⇒ ::String
Returns the value of attribute ca_certificate.
669 670 671 |
# File 'sig/types.rbs', line 669 def ca_certificate @ca_certificate end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
664 665 666 |
# File 'sig/types.rbs', line 664 def client_secret @client_secret end |
#company_id ⇒ ::String
Returns the value of attribute company_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def company_id @company_id end |
#custom_username ⇒ ::String
Returns the value of attribute custom_username.
668 669 670 |
# File 'sig/types.rbs', line 668 def custom_username @custom_username end |
#extra_auth_params ⇒ ::String
Returns the value of attribute extra_auth_params.
672 673 674 |
# File 'sig/types.rbs', line 672 def extra_auth_params @extra_auth_params end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
663 664 665 |
# File 'sig/types.rbs', line 663 def issuer @issuer end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
666 667 668 |
# File 'sig/types.rbs', line 666 def redirect_url @redirect_url end |
#scopes ⇒ ::String
Returns the value of attribute scopes.
662 663 664 |
# File 'sig/types.rbs', line 662 def scopes @scopes end |
#secret ⇒ ::String
Returns the value of attribute secret.
665 666 667 |
# File 'sig/types.rbs', line 665 def secret @secret end |
#sso_token_buffer_minutes ⇒ ::Integer
Returns the value of attribute sso_token_buffer_minutes.
671 672 673 |
# File 'sig/types.rbs', line 671 def sso_token_buffer_minutes @sso_token_buffer_minutes end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
667 668 669 |
# File 'sig/types.rbs', line 667 def user_id @user_id end |