Class: Aws::Types::ModifyVerifiedAccessNativeApplicationOidcOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


14182
14183
14184
# File 'sig/types.rbs', line 14182

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


14185
14186
14187
# File 'sig/types.rbs', line 14185

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


14186
14187
14188
# File 'sig/types.rbs', line 14186

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


14181
14182
14183
# File 'sig/types.rbs', line 14181

def issuer
  @issuer
end

#public_signing_key_endpoint::String

Returns the value of attribute public_signing_key_endpoint.

Returns:

  • (::String)


14180
14181
14182
# File 'sig/types.rbs', line 14180

def public_signing_key_endpoint
  @public_signing_key_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


14187
14188
14189
# File 'sig/types.rbs', line 14187

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


14183
14184
14185
# File 'sig/types.rbs', line 14183

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


14184
14185
14186
# File 'sig/types.rbs', line 14184

def 
  @user_info_endpoint
end