Class: Aws::Types::OidcConfigInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret, :secret])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::Integer

Returns the value of attribute application_id.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def issuer
  @issuer
end

#redirect_url::String

Returns the value of attribute redirect_url.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def redirect_url
  @redirect_url
end

#scopes::String

Returns the value of attribute scopes.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def scopes
  @scopes
end

#secret::String

Returns the value of attribute secret.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def user_id
  @user_id
end