Interface CfnTemplatePropsMixin.IApplicationPoliciesProperty
Application policies describe what the certificate can be used for.
Namespace: Amazon.CDK.Mixins.Preview.AWS.PCAConnectorAD.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IApplicationPoliciesProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IApplicationPoliciesProperty
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.Mixins.Preview.AWS.PCAConnectorAD.Mixins;
var applicationPoliciesProperty = new ApplicationPoliciesProperty {
Critical = false,
Policies = new [] { new ApplicationPolicyProperty {
PolicyObjectIdentifier = "policyObjectIdentifier",
PolicyType = "policyType"
} }
};
Synopsis
Properties
| Critical | Marks the application policy extension as critical. |
| Policies | Application policies describe what the certificate can be used for. |
Properties
Critical
Marks the application policy extension as critical.
object? Critical { get; }
Property Value
Remarks
Policies
Application policies describe what the certificate can be used for.
object? Policies { get; }