Show / Hide Table of Contents

Interface CfnConnectorPropsMixin.IOpenIdConfigurationProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.PCAConnectorSCEP.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnConnectorPropsMixin.IOpenIdConfigurationProperty
Syntax (vb)
Public Interface 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

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.

Properties

Audience

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

string? Audience { get; }
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.

string? Issuer { get; }
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.

string? Subject { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX