Show / Hide Table of Contents

Class CfnConnectorPropsMixin.OpenIdConfigurationProperty

Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.

Inheritance
object
CfnConnectorPropsMixin.OpenIdConfigurationProperty
Implements
CfnConnectorPropsMixin.IOpenIdConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.PCAConnectorSCEP.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectorPropsMixin.OpenIdConfigurationProperty : CfnConnectorPropsMixin.IOpenIdConfigurationProperty
Syntax (vb)
Public Class CfnConnectorPropsMixin.OpenIdConfigurationProperty Implements CfnConnectorPropsMixin.IOpenIdConfigurationProperty
Remarks

For more information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.PCAConnectorSCEP.Mixins;

             var openIdConfigurationProperty = new OpenIdConfigurationProperty {
                 Audience = "audience",
                 Issuer = "issuer",
                 Subject = "subject"
             };

Synopsis

Constructors

OpenIdConfigurationProperty()

Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.

Properties

Audience

The audience value to copy into your Microsoft Entra app registration's OIDC.

Issuer

The issuer value to copy into your Microsoft Entra app registration's OIDC.

Subject

The subject value to copy into your Microsoft Entra app registration's OIDC.

Constructors

OpenIdConfigurationProperty()

Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.

public OpenIdConfigurationProperty()
Remarks

For more information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.PCAConnectorSCEP.Mixins;

             var openIdConfigurationProperty = new OpenIdConfigurationProperty {
                 Audience = "audience",
                 Issuer = "issuer",
                 Subject = "subject"
             };

Properties

Audience

The audience value to copy into your Microsoft Entra app registration's OIDC.

public string? Audience { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-audience

Issuer

The issuer value to copy into your Microsoft Entra app registration's OIDC.

public string? Issuer { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-issuer

Subject

The subject value to copy into your Microsoft Entra app registration's OIDC.

public string? Subject { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-subject

Implements

CfnConnectorPropsMixin.IOpenIdConfigurationProperty
Back to top Generated by DocFX