Class CfnTemplate.ApplicationPolicyProperty
Application policies describe what the certificate can be used for.
Inheritance
Implements
Namespace: Amazon.CDK.AwsPcaconnectorad
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApplicationPolicyProperty : Object, CfnTemplate.IApplicationPolicyProperty
Syntax (vb)
Public Class ApplicationPolicyProperty
Inherits Object
Implements CfnTemplate.IApplicationPolicyProperty
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_pcaconnectorad;
var applicationPolicyProperty = new ApplicationPolicyProperty {
PolicyObjectIdentifier = "policyObjectIdentifier",
PolicyType = "policyType"
};
Synopsis
Constructors
Application |
Properties
Policy |
The object identifier (OID) of an application policy. |
Policy |
The type of application policy. |
Constructors
ApplicationPolicyProperty()
public ApplicationPolicyProperty()
Properties
PolicyObjectIdentifier
The object identifier (OID) of an application policy.
public string PolicyObjectIdentifier { get; set; }
Property Value
System.
Remarks
PolicyType
The type of application policy.
public string PolicyType { get; set; }
Property Value
System.