AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Options for an OpenID Connect-compatible user-identity trust provider.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ModifyVerifiedAccessTrustProviderOidcOptions

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ModifyVerifiedAccessTrustProviderOidcOptions

The ModifyVerifiedAccessTrustProviderOidcOptions type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuthorizationEndpoint System.String

Gets and sets the property AuthorizationEndpoint.

The OIDC authorization endpoint.

Public Property ClientId System.String

Gets and sets the property ClientId.

The client identifier.

Public Property ClientSecret System.String

Gets and sets the property ClientSecret.

The client secret.

Public Property Issuer System.String

Gets and sets the property Issuer.

The OIDC issuer.

Public Property Scope System.String

Gets and sets the property Scope.

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.

Public Property TokenEndpoint System.String

Gets and sets the property TokenEndpoint.

The OIDC token endpoint.

Public Property UserInfoEndpoint System.String

Gets and sets the property UserInfoEndpoint.

The OIDC user info endpoint.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5