Interface ICfnConnectorProps
Properties for defining a CfnConnector
.
Namespace: Amazon.CDK.AwsPcaconnectorscep
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnConnectorProps
Syntax (vb)
Public Interface ICfnConnectorProps
Remarks
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.Aws_pcaconnectorscep;
var cfnConnectorProps = new CfnConnectorProps {
CertificateAuthorityArn = "certificateAuthorityArn",
// the properties below are optional
MobileDeviceManagement = new MobileDeviceManagementProperty {
Intune = new IntuneConfigurationProperty {
AzureApplicationId = "azureApplicationId",
Domain = "domain"
}
},
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
};
Synopsis
Properties
Certificate |
The Amazon Resource Name (ARN) of the certificate authority associated with the connector. |
Mobile |
Contains settings relevant to the mobile device management system that you chose for the connector. |
Tags |
Properties
CertificateAuthorityArn
The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
string CertificateAuthorityArn { get; }
Property Value
System.
Remarks
MobileDeviceManagement
Contains settings relevant to the mobile device management system that you chose for the connector.
virtual object MobileDeviceManagement { get; }
Property Value
System.
Remarks
If you didn't configure MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty.
Tags
virtual IDictionary<string, string> Tags { get; }
Property Value
System.