@aws-sdk/client-pca-connector-ad 3.686.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +203 -203
- package/dist-types/ts3.4/models/models_0.d.ts +203 -203
- package/package.json +7 -7
|
@@ -23,13 +23,13 @@ export interface AccessRights {
|
|
|
23
23
|
* template.</p>
|
|
24
24
|
* @public
|
|
25
25
|
*/
|
|
26
|
-
Enroll?: AccessRight;
|
|
26
|
+
Enroll?: AccessRight | undefined;
|
|
27
27
|
/**
|
|
28
28
|
* <p>Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
|
29
29
|
* The Active Directory group must be allowed to enroll to allow autoenrollment</p>
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
|
-
AutoEnroll?: AccessRight;
|
|
32
|
+
AutoEnroll?: AccessRight | undefined;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* <p> An access control entry allows or denies Active Directory groups based on their security
|
|
@@ -41,34 +41,34 @@ export interface AccessControlEntry {
|
|
|
41
41
|
* <p>Name of the Active Directory group. This name does not need to match the group name in Active Directory.</p>
|
|
42
42
|
* @public
|
|
43
43
|
*/
|
|
44
|
-
GroupDisplayName?: string;
|
|
44
|
+
GroupDisplayName?: string | undefined;
|
|
45
45
|
/**
|
|
46
46
|
* <p>Security identifier (SID) of the group object from Active Directory. The SID starts with
|
|
47
47
|
* "S-".</p>
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
|
-
GroupSecurityIdentifier?: string;
|
|
50
|
+
GroupSecurityIdentifier?: string | undefined;
|
|
51
51
|
/**
|
|
52
52
|
* <p>Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued
|
|
53
53
|
* against a template.</p>
|
|
54
54
|
* @public
|
|
55
55
|
*/
|
|
56
|
-
AccessRights?: AccessRights;
|
|
56
|
+
AccessRights?: AccessRights | undefined;
|
|
57
57
|
/**
|
|
58
58
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>.</p>
|
|
59
59
|
* @public
|
|
60
60
|
*/
|
|
61
|
-
TemplateArn?: string;
|
|
61
|
+
TemplateArn?: string | undefined;
|
|
62
62
|
/**
|
|
63
63
|
* <p>The date and time that the Access Control Entry was created.</p>
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
|
-
CreatedAt?: Date;
|
|
66
|
+
CreatedAt?: Date | undefined;
|
|
67
67
|
/**
|
|
68
68
|
* <p>The date and time that the Access Control Entry was updated.</p>
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
|
-
UpdatedAt?: Date;
|
|
71
|
+
UpdatedAt?: Date | undefined;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* <p>Summary of group access control entries that allow or deny Active Directory groups based on their
|
|
@@ -80,34 +80,34 @@ export interface AccessControlEntrySummary {
|
|
|
80
80
|
* <p>Name of the Active Directory group. This name does not need to match the group name in Active Directory.</p>
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
|
-
GroupDisplayName?: string;
|
|
83
|
+
GroupDisplayName?: string | undefined;
|
|
84
84
|
/**
|
|
85
85
|
* <p>Security identifier (SID) of the group object from Active Directory. The SID starts with
|
|
86
86
|
* "S-".</p>
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
|
-
GroupSecurityIdentifier?: string;
|
|
89
|
+
GroupSecurityIdentifier?: string | undefined;
|
|
90
90
|
/**
|
|
91
91
|
* <p>Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against
|
|
92
92
|
* a template.</p>
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
|
-
AccessRights?: AccessRights;
|
|
95
|
+
AccessRights?: AccessRights | undefined;
|
|
96
96
|
/**
|
|
97
97
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>. </p>
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
|
-
TemplateArn?: string;
|
|
100
|
+
TemplateArn?: string | undefined;
|
|
101
101
|
/**
|
|
102
102
|
* <p>The date and time that the Access Control Entry was created.</p>
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
|
-
CreatedAt?: Date;
|
|
105
|
+
CreatedAt?: Date | undefined;
|
|
106
106
|
/**
|
|
107
107
|
* <p>The date and time that the Access Control Entry was updated.</p>
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
|
-
UpdatedAt?: Date;
|
|
110
|
+
UpdatedAt?: Date | undefined;
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* <p>You can receive this error if you attempt to create a resource share when you don't have
|
|
@@ -254,7 +254,7 @@ export interface ApplicationPolicies {
|
|
|
254
254
|
* <p>Marks the application policy extension as critical.</p>
|
|
255
255
|
* @public
|
|
256
256
|
*/
|
|
257
|
-
Critical?: boolean;
|
|
257
|
+
Critical?: boolean | undefined;
|
|
258
258
|
/**
|
|
259
259
|
* <p>Application policies describe what the certificate can be used for.</p>
|
|
260
260
|
* @public
|
|
@@ -453,48 +453,48 @@ export interface Connector {
|
|
|
453
453
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector</a>. </p>
|
|
454
454
|
* @public
|
|
455
455
|
*/
|
|
456
|
-
Arn?: string;
|
|
456
|
+
Arn?: string | undefined;
|
|
457
457
|
/**
|
|
458
458
|
* <p>The Amazon Resource Name (ARN) of the certificate authority being used. </p>
|
|
459
459
|
* @public
|
|
460
460
|
*/
|
|
461
|
-
CertificateAuthorityArn?: string;
|
|
461
|
+
CertificateAuthorityArn?: string | undefined;
|
|
462
462
|
/**
|
|
463
463
|
* <p>Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when
|
|
464
464
|
* requesting certificates.</p>
|
|
465
465
|
* @public
|
|
466
466
|
*/
|
|
467
|
-
CertificateEnrollmentPolicyServerEndpoint?: string;
|
|
467
|
+
CertificateEnrollmentPolicyServerEndpoint?: string | undefined;
|
|
468
468
|
/**
|
|
469
469
|
* <p>The identifier of the Active Directory.</p>
|
|
470
470
|
* @public
|
|
471
471
|
*/
|
|
472
|
-
DirectoryId?: string;
|
|
472
|
+
DirectoryId?: string | undefined;
|
|
473
473
|
/**
|
|
474
474
|
* <p>Information of the VPC and security group(s) used with the connector.</p>
|
|
475
475
|
* @public
|
|
476
476
|
*/
|
|
477
|
-
VpcInformation?: VpcInformation;
|
|
477
|
+
VpcInformation?: VpcInformation | undefined;
|
|
478
478
|
/**
|
|
479
479
|
* <p>Status of the connector. Status can be creating, active, deleting, or failed.</p>
|
|
480
480
|
* @public
|
|
481
481
|
*/
|
|
482
|
-
Status?: ConnectorStatus;
|
|
482
|
+
Status?: ConnectorStatus | undefined;
|
|
483
483
|
/**
|
|
484
484
|
* <p>Additional information about the connector status if the status is failed.</p>
|
|
485
485
|
* @public
|
|
486
486
|
*/
|
|
487
|
-
StatusReason?: ConnectorStatusReason;
|
|
487
|
+
StatusReason?: ConnectorStatusReason | undefined;
|
|
488
488
|
/**
|
|
489
489
|
* <p>The date and time that the connector was created.</p>
|
|
490
490
|
* @public
|
|
491
491
|
*/
|
|
492
|
-
CreatedAt?: Date;
|
|
492
|
+
CreatedAt?: Date | undefined;
|
|
493
493
|
/**
|
|
494
494
|
* <p>The date and time that the connector was updated.</p>
|
|
495
495
|
* @public
|
|
496
496
|
*/
|
|
497
|
-
UpdatedAt?: Date;
|
|
497
|
+
UpdatedAt?: Date | undefined;
|
|
498
498
|
}
|
|
499
499
|
/**
|
|
500
500
|
* <p>Summary description of the Amazon Web Services Private CA AD connectors belonging to an Amazon Web Services
|
|
@@ -506,48 +506,48 @@ export interface ConnectorSummary {
|
|
|
506
506
|
* <p> The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector</a>.</p>
|
|
507
507
|
* @public
|
|
508
508
|
*/
|
|
509
|
-
Arn?: string;
|
|
509
|
+
Arn?: string | undefined;
|
|
510
510
|
/**
|
|
511
511
|
* <p>The Amazon Resource Name (ARN) of the certificate authority being used.</p>
|
|
512
512
|
* @public
|
|
513
513
|
*/
|
|
514
|
-
CertificateAuthorityArn?: string;
|
|
514
|
+
CertificateAuthorityArn?: string | undefined;
|
|
515
515
|
/**
|
|
516
516
|
* <p>Certificate enrollment endpoint for Active Directory domain-joined objects to request
|
|
517
517
|
* certificates.</p>
|
|
518
518
|
* @public
|
|
519
519
|
*/
|
|
520
|
-
CertificateEnrollmentPolicyServerEndpoint?: string;
|
|
520
|
+
CertificateEnrollmentPolicyServerEndpoint?: string | undefined;
|
|
521
521
|
/**
|
|
522
522
|
* <p>The identifier of the Active Directory.</p>
|
|
523
523
|
* @public
|
|
524
524
|
*/
|
|
525
|
-
DirectoryId?: string;
|
|
525
|
+
DirectoryId?: string | undefined;
|
|
526
526
|
/**
|
|
527
527
|
* <p>Information of the VPC and security group(s) used with the connector.</p>
|
|
528
528
|
* @public
|
|
529
529
|
*/
|
|
530
|
-
VpcInformation?: VpcInformation;
|
|
530
|
+
VpcInformation?: VpcInformation | undefined;
|
|
531
531
|
/**
|
|
532
532
|
* <p>Status of the connector. Status can be creating, active, deleting, or failed.</p>
|
|
533
533
|
* @public
|
|
534
534
|
*/
|
|
535
|
-
Status?: ConnectorStatus;
|
|
535
|
+
Status?: ConnectorStatus | undefined;
|
|
536
536
|
/**
|
|
537
537
|
* <p>Additional information about the connector status if the status is failed.</p>
|
|
538
538
|
* @public
|
|
539
539
|
*/
|
|
540
|
-
StatusReason?: ConnectorStatusReason;
|
|
540
|
+
StatusReason?: ConnectorStatusReason | undefined;
|
|
541
541
|
/**
|
|
542
542
|
* <p>The date and time that the connector was created.</p>
|
|
543
543
|
* @public
|
|
544
544
|
*/
|
|
545
|
-
CreatedAt?: Date;
|
|
545
|
+
CreatedAt?: Date | undefined;
|
|
546
546
|
/**
|
|
547
547
|
* <p>The date and time that the connector was updated.</p>
|
|
548
548
|
* @public
|
|
549
549
|
*/
|
|
550
|
-
UpdatedAt?: Date;
|
|
550
|
+
UpdatedAt?: Date | undefined;
|
|
551
551
|
}
|
|
552
552
|
/**
|
|
553
553
|
* @public
|
|
@@ -572,12 +572,12 @@ export interface CreateConnectorRequest {
|
|
|
572
572
|
* <p>Idempotency token.</p>
|
|
573
573
|
* @public
|
|
574
574
|
*/
|
|
575
|
-
ClientToken?: string;
|
|
575
|
+
ClientToken?: string | undefined;
|
|
576
576
|
/**
|
|
577
577
|
* <p>Metadata assigned to a connector consisting of a key-value pair.</p>
|
|
578
578
|
* @public
|
|
579
579
|
*/
|
|
580
|
-
Tags?: Record<string, string
|
|
580
|
+
Tags?: Record<string, string> | undefined;
|
|
581
581
|
}
|
|
582
582
|
/**
|
|
583
583
|
* @public
|
|
@@ -587,7 +587,7 @@ export interface CreateConnectorResponse {
|
|
|
587
587
|
* <p>If successful, the Amazon Resource Name (ARN) of the connector for Active Directory.</p>
|
|
588
588
|
* @public
|
|
589
589
|
*/
|
|
590
|
-
ConnectorArn?: string;
|
|
590
|
+
ConnectorArn?: string | undefined;
|
|
591
591
|
}
|
|
592
592
|
/**
|
|
593
593
|
* <p>The request processing has failed because of an unknown error, exception or failure with
|
|
@@ -676,12 +676,12 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
676
676
|
* <p>Identifies the originating service.</p>
|
|
677
677
|
* @public
|
|
678
678
|
*/
|
|
679
|
-
ServiceCode?: string;
|
|
679
|
+
ServiceCode?: string | undefined;
|
|
680
680
|
/**
|
|
681
681
|
* <p>The code associated with the quota.</p>
|
|
682
682
|
* @public
|
|
683
683
|
*/
|
|
684
|
-
QuotaCode?: string;
|
|
684
|
+
QuotaCode?: string | undefined;
|
|
685
685
|
/**
|
|
686
686
|
* @internal
|
|
687
687
|
*/
|
|
@@ -719,7 +719,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
719
719
|
* validation exception.</p>
|
|
720
720
|
* @public
|
|
721
721
|
*/
|
|
722
|
-
Reason?: ValidationExceptionReason;
|
|
722
|
+
Reason?: ValidationExceptionReason | undefined;
|
|
723
723
|
/**
|
|
724
724
|
* @internal
|
|
725
725
|
*/
|
|
@@ -753,7 +753,7 @@ export interface GetConnectorResponse {
|
|
|
753
753
|
* <p>A structure that contains information about your connector.</p>
|
|
754
754
|
* @public
|
|
755
755
|
*/
|
|
756
|
-
Connector?: Connector;
|
|
756
|
+
Connector?: Connector | undefined;
|
|
757
757
|
}
|
|
758
758
|
/**
|
|
759
759
|
* @public
|
|
@@ -767,14 +767,14 @@ export interface ListConnectorsRequest {
|
|
|
767
767
|
* items.</p>
|
|
768
768
|
* @public
|
|
769
769
|
*/
|
|
770
|
-
MaxResults?: number;
|
|
770
|
+
MaxResults?: number | undefined;
|
|
771
771
|
/**
|
|
772
772
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
773
773
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
774
774
|
* parameter from the response you just received.</p>
|
|
775
775
|
* @public
|
|
776
776
|
*/
|
|
777
|
-
NextToken?: string;
|
|
777
|
+
NextToken?: string | undefined;
|
|
778
778
|
}
|
|
779
779
|
/**
|
|
780
780
|
* @public
|
|
@@ -784,14 +784,14 @@ export interface ListConnectorsResponse {
|
|
|
784
784
|
* <p>Summary information about each connector you have created.</p>
|
|
785
785
|
* @public
|
|
786
786
|
*/
|
|
787
|
-
Connectors?: ConnectorSummary[];
|
|
787
|
+
Connectors?: ConnectorSummary[] | undefined;
|
|
788
788
|
/**
|
|
789
789
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
790
790
|
* response with truncated results. Set it to the value of the NextToken parameter from the
|
|
791
791
|
* response you just received.</p>
|
|
792
792
|
* @public
|
|
793
793
|
*/
|
|
794
|
-
NextToken?: string;
|
|
794
|
+
NextToken?: string | undefined;
|
|
795
795
|
}
|
|
796
796
|
/**
|
|
797
797
|
* @public
|
|
@@ -806,12 +806,12 @@ export interface CreateDirectoryRegistrationRequest {
|
|
|
806
806
|
* <p>Idempotency token.</p>
|
|
807
807
|
* @public
|
|
808
808
|
*/
|
|
809
|
-
ClientToken?: string;
|
|
809
|
+
ClientToken?: string | undefined;
|
|
810
810
|
/**
|
|
811
811
|
* <p>Metadata assigned to a directory registration consisting of a key-value pair.</p>
|
|
812
812
|
* @public
|
|
813
813
|
*/
|
|
814
|
-
Tags?: Record<string, string
|
|
814
|
+
Tags?: Record<string, string> | undefined;
|
|
815
815
|
}
|
|
816
816
|
/**
|
|
817
817
|
* @public
|
|
@@ -821,7 +821,7 @@ export interface CreateDirectoryRegistrationResponse {
|
|
|
821
821
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html">CreateDirectoryRegistration</a>.</p>
|
|
822
822
|
* @public
|
|
823
823
|
*/
|
|
824
|
-
DirectoryRegistrationArn?: string;
|
|
824
|
+
DirectoryRegistrationArn?: string | undefined;
|
|
825
825
|
}
|
|
826
826
|
/**
|
|
827
827
|
* @public
|
|
@@ -841,7 +841,7 @@ export interface CreateServicePrincipalNameRequest {
|
|
|
841
841
|
* <p>Idempotency token.</p>
|
|
842
842
|
* @public
|
|
843
843
|
*/
|
|
844
|
-
ClientToken?: string;
|
|
844
|
+
ClientToken?: string | undefined;
|
|
845
845
|
}
|
|
846
846
|
/**
|
|
847
847
|
* <p>Template configurations for v2 template schema.</p>
|
|
@@ -852,18 +852,18 @@ export interface EnrollmentFlagsV2 {
|
|
|
852
852
|
* <p>Include symmetric algorithms allowed by the subject.</p>
|
|
853
853
|
* @public
|
|
854
854
|
*/
|
|
855
|
-
IncludeSymmetricAlgorithms?: boolean;
|
|
855
|
+
IncludeSymmetricAlgorithms?: boolean | undefined;
|
|
856
856
|
/**
|
|
857
857
|
* <p>Require user interaction when the subject is enrolled and the private key associated
|
|
858
858
|
* with the certificate is used.</p>
|
|
859
859
|
* @public
|
|
860
860
|
*/
|
|
861
|
-
UserInteractionRequired?: boolean;
|
|
861
|
+
UserInteractionRequired?: boolean | undefined;
|
|
862
862
|
/**
|
|
863
863
|
* <p>Delete expired or revoked certificates instead of archiving them.</p>
|
|
864
864
|
* @public
|
|
865
865
|
*/
|
|
866
|
-
RemoveInvalidCertificateFromPersonalStore?: boolean;
|
|
866
|
+
RemoveInvalidCertificateFromPersonalStore?: boolean | undefined;
|
|
867
867
|
/**
|
|
868
868
|
* <p>This flag instructs the CA to not include the security extension
|
|
869
869
|
* szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections
|
|
@@ -871,12 +871,12 @@ export interface EnrollmentFlagsV2 {
|
|
|
871
871
|
* Kerberos elevation-of-privilege vulnerability.</p>
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
|
-
NoSecurityExtension?: boolean;
|
|
874
|
+
NoSecurityExtension?: boolean | undefined;
|
|
875
875
|
/**
|
|
876
876
|
* <p>Allow renewal using the same key.</p>
|
|
877
877
|
* @public
|
|
878
878
|
*/
|
|
879
|
-
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean;
|
|
879
|
+
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean | undefined;
|
|
880
880
|
}
|
|
881
881
|
/**
|
|
882
882
|
* <p>The key usage flags represent the purpose (e.g., encipherment, signature) of the key
|
|
@@ -889,30 +889,30 @@ export interface KeyUsageFlags {
|
|
|
889
889
|
* digital signatures.</p>
|
|
890
890
|
* @public
|
|
891
891
|
*/
|
|
892
|
-
DigitalSignature?: boolean;
|
|
892
|
+
DigitalSignature?: boolean | undefined;
|
|
893
893
|
/**
|
|
894
894
|
* <p>NonRepudiation is asserted when the subject public key is used to verify digital
|
|
895
895
|
* signatures.</p>
|
|
896
896
|
* @public
|
|
897
897
|
*/
|
|
898
|
-
NonRepudiation?: boolean;
|
|
898
|
+
NonRepudiation?: boolean | undefined;
|
|
899
899
|
/**
|
|
900
900
|
* <p>KeyEncipherment is asserted when the subject public key is used for enciphering private
|
|
901
901
|
* or secret keys, i.e., for key transport.</p>
|
|
902
902
|
* @public
|
|
903
903
|
*/
|
|
904
|
-
KeyEncipherment?: boolean;
|
|
904
|
+
KeyEncipherment?: boolean | undefined;
|
|
905
905
|
/**
|
|
906
906
|
* <p>DataEncipherment is asserted when the subject public key is used for directly
|
|
907
907
|
* enciphering raw user data without the use of an intermediate symmetric cipher.</p>
|
|
908
908
|
* @public
|
|
909
909
|
*/
|
|
910
|
-
DataEncipherment?: boolean;
|
|
910
|
+
DataEncipherment?: boolean | undefined;
|
|
911
911
|
/**
|
|
912
912
|
* <p>KeyAgreement is asserted when the subject public key is used for key agreement.</p>
|
|
913
913
|
* @public
|
|
914
914
|
*/
|
|
915
|
-
KeyAgreement?: boolean;
|
|
915
|
+
KeyAgreement?: boolean | undefined;
|
|
916
916
|
}
|
|
917
917
|
/**
|
|
918
918
|
* <p>The key usage extension defines the purpose (e.g., encipherment, signature) of the key
|
|
@@ -924,7 +924,7 @@ export interface KeyUsage {
|
|
|
924
924
|
* <p>Sets the key usage extension to critical.</p>
|
|
925
925
|
* @public
|
|
926
926
|
*/
|
|
927
|
-
Critical?: boolean;
|
|
927
|
+
Critical?: boolean | undefined;
|
|
928
928
|
/**
|
|
929
929
|
* <p>The key usage flags represent the purpose (e.g., encipherment, signature) of the key
|
|
930
930
|
* contained in the certificate.</p>
|
|
@@ -947,7 +947,7 @@ export interface ExtensionsV2 {
|
|
|
947
947
|
* <p>Application policies specify what the certificate is used for and its purpose. </p>
|
|
948
948
|
* @public
|
|
949
949
|
*/
|
|
950
|
-
ApplicationPolicies?: ApplicationPolicies;
|
|
950
|
+
ApplicationPolicies?: ApplicationPolicies | undefined;
|
|
951
951
|
}
|
|
952
952
|
/**
|
|
953
953
|
* <p>General flags for v2 template schema that defines if the template is for a machine or a
|
|
@@ -960,13 +960,13 @@ export interface GeneralFlagsV2 {
|
|
|
960
960
|
* autoenrollment.</p>
|
|
961
961
|
* @public
|
|
962
962
|
*/
|
|
963
|
-
AutoEnrollment?: boolean;
|
|
963
|
+
AutoEnrollment?: boolean | undefined;
|
|
964
964
|
/**
|
|
965
965
|
* <p>Defines if the template is for machines or users. Set to TRUE if the template is for
|
|
966
966
|
* machines. Set to FALSE if the template is for users.</p>
|
|
967
967
|
* @public
|
|
968
968
|
*/
|
|
969
|
-
MachineType?: boolean;
|
|
969
|
+
MachineType?: boolean | undefined;
|
|
970
970
|
}
|
|
971
971
|
/**
|
|
972
972
|
* @public
|
|
@@ -1000,7 +1000,7 @@ export interface PrivateKeyAttributesV2 {
|
|
|
1000
1000
|
* <p>Defines the cryptographic providers used to generate the private key.</p>
|
|
1001
1001
|
* @public
|
|
1002
1002
|
*/
|
|
1003
|
-
CryptoProviders?: string[];
|
|
1003
|
+
CryptoProviders?: string[] | undefined;
|
|
1004
1004
|
}
|
|
1005
1005
|
/**
|
|
1006
1006
|
* <p>Private key flags for v2 templates specify the client compatibility, if the private key
|
|
@@ -1012,12 +1012,12 @@ export interface PrivateKeyFlagsV2 {
|
|
|
1012
1012
|
* <p>Allows the private key to be exported.</p>
|
|
1013
1013
|
* @public
|
|
1014
1014
|
*/
|
|
1015
|
-
ExportableKey?: boolean;
|
|
1015
|
+
ExportableKey?: boolean | undefined;
|
|
1016
1016
|
/**
|
|
1017
1017
|
* <p>Require user input when using the private key for enrollment.</p>
|
|
1018
1018
|
* @public
|
|
1019
1019
|
*/
|
|
1020
|
-
StrongKeyProtectionRequired?: boolean;
|
|
1020
|
+
StrongKeyProtectionRequired?: boolean | undefined;
|
|
1021
1021
|
/**
|
|
1022
1022
|
* <p>Defines the minimum client compatibility.</p>
|
|
1023
1023
|
* @public
|
|
@@ -1039,52 +1039,52 @@ export interface SubjectNameFlagsV2 {
|
|
|
1039
1039
|
* <p>Include the domain DNS in the subject alternate name.</p>
|
|
1040
1040
|
* @public
|
|
1041
1041
|
*/
|
|
1042
|
-
SanRequireDomainDns?: boolean;
|
|
1042
|
+
SanRequireDomainDns?: boolean | undefined;
|
|
1043
1043
|
/**
|
|
1044
1044
|
* <p>Include the service principal name (SPN) in the subject alternate name.</p>
|
|
1045
1045
|
* @public
|
|
1046
1046
|
*/
|
|
1047
|
-
SanRequireSpn?: boolean;
|
|
1047
|
+
SanRequireSpn?: boolean | undefined;
|
|
1048
1048
|
/**
|
|
1049
1049
|
* <p>Include the globally unique identifier (GUID) in the subject alternate name.</p>
|
|
1050
1050
|
* @public
|
|
1051
1051
|
*/
|
|
1052
|
-
SanRequireDirectoryGuid?: boolean;
|
|
1052
|
+
SanRequireDirectoryGuid?: boolean | undefined;
|
|
1053
1053
|
/**
|
|
1054
1054
|
* <p>Include the user principal name (UPN) in the subject alternate name.</p>
|
|
1055
1055
|
* @public
|
|
1056
1056
|
*/
|
|
1057
|
-
SanRequireUpn?: boolean;
|
|
1057
|
+
SanRequireUpn?: boolean | undefined;
|
|
1058
1058
|
/**
|
|
1059
1059
|
* <p>Include the subject's email in the subject alternate name.</p>
|
|
1060
1060
|
* @public
|
|
1061
1061
|
*/
|
|
1062
|
-
SanRequireEmail?: boolean;
|
|
1062
|
+
SanRequireEmail?: boolean | undefined;
|
|
1063
1063
|
/**
|
|
1064
1064
|
* <p>Include the DNS in the subject alternate name.</p>
|
|
1065
1065
|
* @public
|
|
1066
1066
|
*/
|
|
1067
|
-
SanRequireDns?: boolean;
|
|
1067
|
+
SanRequireDns?: boolean | undefined;
|
|
1068
1068
|
/**
|
|
1069
1069
|
* <p>Include the DNS as common name in the subject name.</p>
|
|
1070
1070
|
* @public
|
|
1071
1071
|
*/
|
|
1072
|
-
RequireDnsAsCn?: boolean;
|
|
1072
|
+
RequireDnsAsCn?: boolean | undefined;
|
|
1073
1073
|
/**
|
|
1074
1074
|
* <p>Include the subject's email in the subject name.</p>
|
|
1075
1075
|
* @public
|
|
1076
1076
|
*/
|
|
1077
|
-
RequireEmail?: boolean;
|
|
1077
|
+
RequireEmail?: boolean | undefined;
|
|
1078
1078
|
/**
|
|
1079
1079
|
* <p>Include the common name in the subject name.</p>
|
|
1080
1080
|
* @public
|
|
1081
1081
|
*/
|
|
1082
|
-
RequireCommonName?: boolean;
|
|
1082
|
+
RequireCommonName?: boolean | undefined;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* <p>Include the directory path in the subject name.</p>
|
|
1085
1085
|
* @public
|
|
1086
1086
|
*/
|
|
1087
|
-
RequireDirectoryPath?: boolean;
|
|
1087
|
+
RequireDirectoryPath?: boolean | undefined;
|
|
1088
1088
|
}
|
|
1089
1089
|
/**
|
|
1090
1090
|
* <p>v2 template schema that uses Legacy Cryptographic Providers.</p>
|
|
@@ -1100,7 +1100,7 @@ export interface TemplateV2 {
|
|
|
1100
1100
|
* <p>List of templates in Active Directory that are superseded by this template.</p>
|
|
1101
1101
|
* @public
|
|
1102
1102
|
*/
|
|
1103
|
-
SupersededTemplates?: string[];
|
|
1103
|
+
SupersededTemplates?: string[] | undefined;
|
|
1104
1104
|
/**
|
|
1105
1105
|
* <p>Private key attributes allow you to specify the minimal key length, key spec, and
|
|
1106
1106
|
* cryptographic providers for the private key of a certificate for v2 templates. V2 templates
|
|
@@ -1148,18 +1148,18 @@ export interface EnrollmentFlagsV3 {
|
|
|
1148
1148
|
* <p>Include symmetric algorithms allowed by the subject.</p>
|
|
1149
1149
|
* @public
|
|
1150
1150
|
*/
|
|
1151
|
-
IncludeSymmetricAlgorithms?: boolean;
|
|
1151
|
+
IncludeSymmetricAlgorithms?: boolean | undefined;
|
|
1152
1152
|
/**
|
|
1153
1153
|
* <p>Require user interaction when the subject is enrolled and the private key associated
|
|
1154
1154
|
* with the certificate is used.</p>
|
|
1155
1155
|
* @public
|
|
1156
1156
|
*/
|
|
1157
|
-
UserInteractionRequired?: boolean;
|
|
1157
|
+
UserInteractionRequired?: boolean | undefined;
|
|
1158
1158
|
/**
|
|
1159
1159
|
* <p>Delete expired or revoked certificates instead of archiving them.</p>
|
|
1160
1160
|
* @public
|
|
1161
1161
|
*/
|
|
1162
|
-
RemoveInvalidCertificateFromPersonalStore?: boolean;
|
|
1162
|
+
RemoveInvalidCertificateFromPersonalStore?: boolean | undefined;
|
|
1163
1163
|
/**
|
|
1164
1164
|
* <p>This flag instructs the CA to not include the security extension
|
|
1165
1165
|
* szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections
|
|
@@ -1167,12 +1167,12 @@ export interface EnrollmentFlagsV3 {
|
|
|
1167
1167
|
* Kerberos elevation-of-privilege vulnerability.</p>
|
|
1168
1168
|
* @public
|
|
1169
1169
|
*/
|
|
1170
|
-
NoSecurityExtension?: boolean;
|
|
1170
|
+
NoSecurityExtension?: boolean | undefined;
|
|
1171
1171
|
/**
|
|
1172
1172
|
* <p>Allow renewal using the same key.</p>
|
|
1173
1173
|
* @public
|
|
1174
1174
|
*/
|
|
1175
|
-
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean;
|
|
1175
|
+
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean | undefined;
|
|
1176
1176
|
}
|
|
1177
1177
|
/**
|
|
1178
1178
|
* <p>Certificate extensions for v3 template schema</p>
|
|
@@ -1189,7 +1189,7 @@ export interface ExtensionsV3 {
|
|
|
1189
1189
|
* <p>Application policies specify what the certificate is used for and its purpose.</p>
|
|
1190
1190
|
* @public
|
|
1191
1191
|
*/
|
|
1192
|
-
ApplicationPolicies?: ApplicationPolicies;
|
|
1192
|
+
ApplicationPolicies?: ApplicationPolicies | undefined;
|
|
1193
1193
|
}
|
|
1194
1194
|
/**
|
|
1195
1195
|
* <p>General flags for v3 template schema that defines if the template is for a machine or a
|
|
@@ -1202,13 +1202,13 @@ export interface GeneralFlagsV3 {
|
|
|
1202
1202
|
* autoenrollment.</p>
|
|
1203
1203
|
* @public
|
|
1204
1204
|
*/
|
|
1205
|
-
AutoEnrollment?: boolean;
|
|
1205
|
+
AutoEnrollment?: boolean | undefined;
|
|
1206
1206
|
/**
|
|
1207
1207
|
* <p>Defines if the template is for machines or users. Set to TRUE if the template is for
|
|
1208
1208
|
* machines. Set to FALSE if the template is for users</p>
|
|
1209
1209
|
* @public
|
|
1210
1210
|
*/
|
|
1211
|
-
MachineType?: boolean;
|
|
1211
|
+
MachineType?: boolean | undefined;
|
|
1212
1212
|
}
|
|
1213
1213
|
/**
|
|
1214
1214
|
* @public
|
|
@@ -1246,17 +1246,17 @@ export interface KeyUsagePropertyFlags {
|
|
|
1246
1246
|
* <p>Allows key for encryption and decryption.</p>
|
|
1247
1247
|
* @public
|
|
1248
1248
|
*/
|
|
1249
|
-
Decrypt?: boolean;
|
|
1249
|
+
Decrypt?: boolean | undefined;
|
|
1250
1250
|
/**
|
|
1251
1251
|
* <p>Allows key exchange without encryption.</p>
|
|
1252
1252
|
* @public
|
|
1253
1253
|
*/
|
|
1254
|
-
KeyAgreement?: boolean;
|
|
1254
|
+
KeyAgreement?: boolean | undefined;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* <p>Allow key use for digital signature.</p>
|
|
1257
1257
|
* @public
|
|
1258
1258
|
*/
|
|
1259
|
-
Sign?: boolean;
|
|
1259
|
+
Sign?: boolean | undefined;
|
|
1260
1260
|
}
|
|
1261
1261
|
/**
|
|
1262
1262
|
* @public
|
|
@@ -1335,7 +1335,7 @@ export interface PrivateKeyAttributesV3 {
|
|
|
1335
1335
|
* <p>Defines the cryptographic providers used to generate the private key.</p>
|
|
1336
1336
|
* @public
|
|
1337
1337
|
*/
|
|
1338
|
-
CryptoProviders?: string[];
|
|
1338
|
+
CryptoProviders?: string[] | undefined;
|
|
1339
1339
|
/**
|
|
1340
1340
|
* <p>The key usage property defines the purpose of the private key contained in the
|
|
1341
1341
|
* certificate. You can specify specific purposes using property flags or all by using
|
|
@@ -1360,18 +1360,18 @@ export interface PrivateKeyFlagsV3 {
|
|
|
1360
1360
|
* <p>Allows the private key to be exported.</p>
|
|
1361
1361
|
* @public
|
|
1362
1362
|
*/
|
|
1363
|
-
ExportableKey?: boolean;
|
|
1363
|
+
ExportableKey?: boolean | undefined;
|
|
1364
1364
|
/**
|
|
1365
1365
|
* <p>Requirer user input when using the private key for enrollment.</p>
|
|
1366
1366
|
* @public
|
|
1367
1367
|
*/
|
|
1368
|
-
StrongKeyProtectionRequired?: boolean;
|
|
1368
|
+
StrongKeyProtectionRequired?: boolean | undefined;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* <p>Reguires the PKCS #1 v2.1 signature format for certificates. You should verify that your
|
|
1371
1371
|
* CA, objects, and applications can accept this signature format.</p>
|
|
1372
1372
|
* @public
|
|
1373
1373
|
*/
|
|
1374
|
-
RequireAlternateSignatureAlgorithm?: boolean;
|
|
1374
|
+
RequireAlternateSignatureAlgorithm?: boolean | undefined;
|
|
1375
1375
|
/**
|
|
1376
1376
|
* <p>Defines the minimum client compatibility.</p>
|
|
1377
1377
|
* @public
|
|
@@ -1393,52 +1393,52 @@ export interface SubjectNameFlagsV3 {
|
|
|
1393
1393
|
* <p>Include the domain DNS in the subject alternate name.</p>
|
|
1394
1394
|
* @public
|
|
1395
1395
|
*/
|
|
1396
|
-
SanRequireDomainDns?: boolean;
|
|
1396
|
+
SanRequireDomainDns?: boolean | undefined;
|
|
1397
1397
|
/**
|
|
1398
1398
|
* <p>Include the service principal name (SPN) in the subject alternate name.</p>
|
|
1399
1399
|
* @public
|
|
1400
1400
|
*/
|
|
1401
|
-
SanRequireSpn?: boolean;
|
|
1401
|
+
SanRequireSpn?: boolean | undefined;
|
|
1402
1402
|
/**
|
|
1403
1403
|
* <p>Include the globally unique identifier (GUID) in the subject alternate name.</p>
|
|
1404
1404
|
* @public
|
|
1405
1405
|
*/
|
|
1406
|
-
SanRequireDirectoryGuid?: boolean;
|
|
1406
|
+
SanRequireDirectoryGuid?: boolean | undefined;
|
|
1407
1407
|
/**
|
|
1408
1408
|
* <p>Include the user principal name (UPN) in the subject alternate name.</p>
|
|
1409
1409
|
* @public
|
|
1410
1410
|
*/
|
|
1411
|
-
SanRequireUpn?: boolean;
|
|
1411
|
+
SanRequireUpn?: boolean | undefined;
|
|
1412
1412
|
/**
|
|
1413
1413
|
* <p>Include the subject's email in the subject alternate name.</p>
|
|
1414
1414
|
* @public
|
|
1415
1415
|
*/
|
|
1416
|
-
SanRequireEmail?: boolean;
|
|
1416
|
+
SanRequireEmail?: boolean | undefined;
|
|
1417
1417
|
/**
|
|
1418
1418
|
* <p>Include the DNS in the subject alternate name.</p>
|
|
1419
1419
|
* @public
|
|
1420
1420
|
*/
|
|
1421
|
-
SanRequireDns?: boolean;
|
|
1421
|
+
SanRequireDns?: boolean | undefined;
|
|
1422
1422
|
/**
|
|
1423
1423
|
* <p>Include the DNS as common name in the subject name.</p>
|
|
1424
1424
|
* @public
|
|
1425
1425
|
*/
|
|
1426
|
-
RequireDnsAsCn?: boolean;
|
|
1426
|
+
RequireDnsAsCn?: boolean | undefined;
|
|
1427
1427
|
/**
|
|
1428
1428
|
* <p>Include the subject's email in the subject name.</p>
|
|
1429
1429
|
* @public
|
|
1430
1430
|
*/
|
|
1431
|
-
RequireEmail?: boolean;
|
|
1431
|
+
RequireEmail?: boolean | undefined;
|
|
1432
1432
|
/**
|
|
1433
1433
|
* <p>Include the common name in the subject name. </p>
|
|
1434
1434
|
* @public
|
|
1435
1435
|
*/
|
|
1436
|
-
RequireCommonName?: boolean;
|
|
1436
|
+
RequireCommonName?: boolean | undefined;
|
|
1437
1437
|
/**
|
|
1438
1438
|
* <p>Include the directory path in the subject name.</p>
|
|
1439
1439
|
* @public
|
|
1440
1440
|
*/
|
|
1441
|
-
RequireDirectoryPath?: boolean;
|
|
1441
|
+
RequireDirectoryPath?: boolean | undefined;
|
|
1442
1442
|
}
|
|
1443
1443
|
/**
|
|
1444
1444
|
* <p>v3 template schema that uses Key Storage Providers.</p>
|
|
@@ -1454,7 +1454,7 @@ export interface TemplateV3 {
|
|
|
1454
1454
|
* <p>List of templates in Active Directory that are superseded by this template.</p>
|
|
1455
1455
|
* @public
|
|
1456
1456
|
*/
|
|
1457
|
-
SupersededTemplates?: string[];
|
|
1457
|
+
SupersededTemplates?: string[] | undefined;
|
|
1458
1458
|
/**
|
|
1459
1459
|
* <p>Private key attributes allow you to specify the algorithm, minimal key length, key spec,
|
|
1460
1460
|
* key usage, and cryptographic providers for the private key of a certificate for v3
|
|
@@ -1508,18 +1508,18 @@ export interface EnrollmentFlagsV4 {
|
|
|
1508
1508
|
* <p>Include symmetric algorithms allowed by the subject.</p>
|
|
1509
1509
|
* @public
|
|
1510
1510
|
*/
|
|
1511
|
-
IncludeSymmetricAlgorithms?: boolean;
|
|
1511
|
+
IncludeSymmetricAlgorithms?: boolean | undefined;
|
|
1512
1512
|
/**
|
|
1513
1513
|
* <p>Require user interaction when the subject is enrolled and the private key associated
|
|
1514
1514
|
* with the certificate is used.</p>
|
|
1515
1515
|
* @public
|
|
1516
1516
|
*/
|
|
1517
|
-
UserInteractionRequired?: boolean;
|
|
1517
|
+
UserInteractionRequired?: boolean | undefined;
|
|
1518
1518
|
/**
|
|
1519
1519
|
* <p>Delete expired or revoked certificates instead of archiving them.</p>
|
|
1520
1520
|
* @public
|
|
1521
1521
|
*/
|
|
1522
|
-
RemoveInvalidCertificateFromPersonalStore?: boolean;
|
|
1522
|
+
RemoveInvalidCertificateFromPersonalStore?: boolean | undefined;
|
|
1523
1523
|
/**
|
|
1524
1524
|
* <p>This flag instructs the CA to not include the security extension
|
|
1525
1525
|
* szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections
|
|
@@ -1527,12 +1527,12 @@ export interface EnrollmentFlagsV4 {
|
|
|
1527
1527
|
* Kerberos elevation-of-privilege vulnerability.</p>
|
|
1528
1528
|
* @public
|
|
1529
1529
|
*/
|
|
1530
|
-
NoSecurityExtension?: boolean;
|
|
1530
|
+
NoSecurityExtension?: boolean | undefined;
|
|
1531
1531
|
/**
|
|
1532
1532
|
* <p>Allow renewal using the same key.</p>
|
|
1533
1533
|
* @public
|
|
1534
1534
|
*/
|
|
1535
|
-
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean;
|
|
1535
|
+
EnableKeyReuseOnNtTokenKeysetStorageFull?: boolean | undefined;
|
|
1536
1536
|
}
|
|
1537
1537
|
/**
|
|
1538
1538
|
* <p>Certificate extensions for v4 template schema</p>
|
|
@@ -1549,7 +1549,7 @@ export interface ExtensionsV4 {
|
|
|
1549
1549
|
* <p>Application policies specify what the certificate is used for and its purpose.</p>
|
|
1550
1550
|
* @public
|
|
1551
1551
|
*/
|
|
1552
|
-
ApplicationPolicies?: ApplicationPolicies;
|
|
1552
|
+
ApplicationPolicies?: ApplicationPolicies | undefined;
|
|
1553
1553
|
}
|
|
1554
1554
|
/**
|
|
1555
1555
|
* <p>General flags for v4 template schema that defines if the template is for a machine or a
|
|
@@ -1562,13 +1562,13 @@ export interface GeneralFlagsV4 {
|
|
|
1562
1562
|
* autoenrollment.</p>
|
|
1563
1563
|
* @public
|
|
1564
1564
|
*/
|
|
1565
|
-
AutoEnrollment?: boolean;
|
|
1565
|
+
AutoEnrollment?: boolean | undefined;
|
|
1566
1566
|
/**
|
|
1567
1567
|
* <p>Defines if the template is for machines or users. Set to TRUE if the template is for
|
|
1568
1568
|
* machines. Set to FALSE if the template is for users</p>
|
|
1569
1569
|
* @public
|
|
1570
1570
|
*/
|
|
1571
|
-
MachineType?: boolean;
|
|
1571
|
+
MachineType?: boolean | undefined;
|
|
1572
1572
|
}
|
|
1573
1573
|
/**
|
|
1574
1574
|
* <p>Defines the attributes of the private key.</p>
|
|
@@ -1590,19 +1590,19 @@ export interface PrivateKeyAttributesV4 {
|
|
|
1590
1590
|
* <p>Defines the cryptographic providers used to generate the private key.</p>
|
|
1591
1591
|
* @public
|
|
1592
1592
|
*/
|
|
1593
|
-
CryptoProviders?: string[];
|
|
1593
|
+
CryptoProviders?: string[] | undefined;
|
|
1594
1594
|
/**
|
|
1595
1595
|
* <p>The key usage property defines the purpose of the private key contained in the
|
|
1596
1596
|
* certificate. You can specify specific purposes using property flags or all by using
|
|
1597
1597
|
* property type ALL.</p>
|
|
1598
1598
|
* @public
|
|
1599
1599
|
*/
|
|
1600
|
-
KeyUsageProperty?: KeyUsageProperty;
|
|
1600
|
+
KeyUsageProperty?: KeyUsageProperty | undefined;
|
|
1601
1601
|
/**
|
|
1602
1602
|
* <p>Defines the algorithm used to generate the private key.</p>
|
|
1603
1603
|
* @public
|
|
1604
1604
|
*/
|
|
1605
|
-
Algorithm?: PrivateKeyAlgorithm;
|
|
1605
|
+
Algorithm?: PrivateKeyAlgorithm | undefined;
|
|
1606
1606
|
}
|
|
1607
1607
|
/**
|
|
1608
1608
|
* <p>Private key flags for v4 templates specify the client compatibility, if the private key
|
|
@@ -1616,30 +1616,30 @@ export interface PrivateKeyFlagsV4 {
|
|
|
1616
1616
|
* <p>Allows the private key to be exported.</p>
|
|
1617
1617
|
* @public
|
|
1618
1618
|
*/
|
|
1619
|
-
ExportableKey?: boolean;
|
|
1619
|
+
ExportableKey?: boolean | undefined;
|
|
1620
1620
|
/**
|
|
1621
1621
|
* <p>Require user input when using the private key for enrollment.</p>
|
|
1622
1622
|
* @public
|
|
1623
1623
|
*/
|
|
1624
|
-
StrongKeyProtectionRequired?: boolean;
|
|
1624
|
+
StrongKeyProtectionRequired?: boolean | undefined;
|
|
1625
1625
|
/**
|
|
1626
1626
|
* <p>Requires the PKCS #1 v2.1 signature format for certificates. You should verify that your
|
|
1627
1627
|
* CA, objects, and applications can accept this signature format.</p>
|
|
1628
1628
|
* @public
|
|
1629
1629
|
*/
|
|
1630
|
-
RequireAlternateSignatureAlgorithm?: boolean;
|
|
1630
|
+
RequireAlternateSignatureAlgorithm?: boolean | undefined;
|
|
1631
1631
|
/**
|
|
1632
1632
|
* <p>Renew certificate using the same private key.</p>
|
|
1633
1633
|
* @public
|
|
1634
1634
|
*/
|
|
1635
|
-
RequireSameKeyRenewal?: boolean;
|
|
1635
|
+
RequireSameKeyRenewal?: boolean | undefined;
|
|
1636
1636
|
/**
|
|
1637
1637
|
* <p>Specifies the cryptographic service provider category used to generate private keys. Set
|
|
1638
1638
|
* to TRUE to use Legacy Cryptographic Service Providers and FALSE to use Key Storage
|
|
1639
1639
|
* Providers.</p>
|
|
1640
1640
|
* @public
|
|
1641
1641
|
*/
|
|
1642
|
-
UseLegacyProvider?: boolean;
|
|
1642
|
+
UseLegacyProvider?: boolean | undefined;
|
|
1643
1643
|
/**
|
|
1644
1644
|
* <p>Defines the minimum client compatibility.</p>
|
|
1645
1645
|
* @public
|
|
@@ -1661,52 +1661,52 @@ export interface SubjectNameFlagsV4 {
|
|
|
1661
1661
|
* <p>Include the domain DNS in the subject alternate name.</p>
|
|
1662
1662
|
* @public
|
|
1663
1663
|
*/
|
|
1664
|
-
SanRequireDomainDns?: boolean;
|
|
1664
|
+
SanRequireDomainDns?: boolean | undefined;
|
|
1665
1665
|
/**
|
|
1666
1666
|
* <p>Include the service principal name (SPN) in the subject alternate name.</p>
|
|
1667
1667
|
* @public
|
|
1668
1668
|
*/
|
|
1669
|
-
SanRequireSpn?: boolean;
|
|
1669
|
+
SanRequireSpn?: boolean | undefined;
|
|
1670
1670
|
/**
|
|
1671
1671
|
* <p>Include the globally unique identifier (GUID) in the subject alternate name.</p>
|
|
1672
1672
|
* @public
|
|
1673
1673
|
*/
|
|
1674
|
-
SanRequireDirectoryGuid?: boolean;
|
|
1674
|
+
SanRequireDirectoryGuid?: boolean | undefined;
|
|
1675
1675
|
/**
|
|
1676
1676
|
* <p>Include the user principal name (UPN) in the subject alternate name.</p>
|
|
1677
1677
|
* @public
|
|
1678
1678
|
*/
|
|
1679
|
-
SanRequireUpn?: boolean;
|
|
1679
|
+
SanRequireUpn?: boolean | undefined;
|
|
1680
1680
|
/**
|
|
1681
1681
|
* <p>Include the subject's email in the subject alternate name.</p>
|
|
1682
1682
|
* @public
|
|
1683
1683
|
*/
|
|
1684
|
-
SanRequireEmail?: boolean;
|
|
1684
|
+
SanRequireEmail?: boolean | undefined;
|
|
1685
1685
|
/**
|
|
1686
1686
|
* <p>Include the DNS in the subject alternate name.</p>
|
|
1687
1687
|
* @public
|
|
1688
1688
|
*/
|
|
1689
|
-
SanRequireDns?: boolean;
|
|
1689
|
+
SanRequireDns?: boolean | undefined;
|
|
1690
1690
|
/**
|
|
1691
1691
|
* <p>Include the DNS as common name in the subject name.</p>
|
|
1692
1692
|
* @public
|
|
1693
1693
|
*/
|
|
1694
|
-
RequireDnsAsCn?: boolean;
|
|
1694
|
+
RequireDnsAsCn?: boolean | undefined;
|
|
1695
1695
|
/**
|
|
1696
1696
|
* <p>Include the subject's email in the subject name.</p>
|
|
1697
1697
|
* @public
|
|
1698
1698
|
*/
|
|
1699
|
-
RequireEmail?: boolean;
|
|
1699
|
+
RequireEmail?: boolean | undefined;
|
|
1700
1700
|
/**
|
|
1701
1701
|
* <p>Include the common name in the subject name.</p>
|
|
1702
1702
|
* @public
|
|
1703
1703
|
*/
|
|
1704
|
-
RequireCommonName?: boolean;
|
|
1704
|
+
RequireCommonName?: boolean | undefined;
|
|
1705
1705
|
/**
|
|
1706
1706
|
* <p>Include the directory path in the subject name.</p>
|
|
1707
1707
|
* @public
|
|
1708
1708
|
*/
|
|
1709
|
-
RequireDirectoryPath?: boolean;
|
|
1709
|
+
RequireDirectoryPath?: boolean | undefined;
|
|
1710
1710
|
}
|
|
1711
1711
|
/**
|
|
1712
1712
|
* <p>v4 template schema that can use either Legacy Cryptographic Providers or Key Storage
|
|
@@ -1723,7 +1723,7 @@ export interface TemplateV4 {
|
|
|
1723
1723
|
* <p>List of templates in Active Directory that are superseded by this template.</p>
|
|
1724
1724
|
* @public
|
|
1725
1725
|
*/
|
|
1726
|
-
SupersededTemplates?: string[];
|
|
1726
|
+
SupersededTemplates?: string[] | undefined;
|
|
1727
1727
|
/**
|
|
1728
1728
|
* <p>Private key attributes allow you to specify the minimal key length, key spec, key usage,
|
|
1729
1729
|
* and cryptographic providers for the private key of a certificate for v4 templates. V4
|
|
@@ -1763,7 +1763,7 @@ export interface TemplateV4 {
|
|
|
1763
1763
|
* specified when using Key Storage Providers.</p>
|
|
1764
1764
|
* @public
|
|
1765
1765
|
*/
|
|
1766
|
-
HashAlgorithm?: HashAlgorithm;
|
|
1766
|
+
HashAlgorithm?: HashAlgorithm | undefined;
|
|
1767
1767
|
/**
|
|
1768
1768
|
* <p>Extensions describe the key usage extensions and application policies for a
|
|
1769
1769
|
* template.</p>
|
|
@@ -1860,12 +1860,12 @@ export interface CreateTemplateRequest {
|
|
|
1860
1860
|
* <p>Idempotency token.</p>
|
|
1861
1861
|
* @public
|
|
1862
1862
|
*/
|
|
1863
|
-
ClientToken?: string;
|
|
1863
|
+
ClientToken?: string | undefined;
|
|
1864
1864
|
/**
|
|
1865
1865
|
* <p>Metadata assigned to a template consisting of a key-value pair.</p>
|
|
1866
1866
|
* @public
|
|
1867
1867
|
*/
|
|
1868
|
-
Tags?: Record<string, string
|
|
1868
|
+
Tags?: Record<string, string> | undefined;
|
|
1869
1869
|
}
|
|
1870
1870
|
/**
|
|
1871
1871
|
* @public
|
|
@@ -1875,7 +1875,7 @@ export interface CreateTemplateResponse {
|
|
|
1875
1875
|
* <p>If successful, the Amazon Resource Name (ARN) of the template.</p>
|
|
1876
1876
|
* @public
|
|
1877
1877
|
*/
|
|
1878
|
-
TemplateArn?: string;
|
|
1878
|
+
TemplateArn?: string | undefined;
|
|
1879
1879
|
}
|
|
1880
1880
|
/**
|
|
1881
1881
|
* @public
|
|
@@ -1907,7 +1907,7 @@ export interface CreateTemplateGroupAccessControlEntryRequest {
|
|
|
1907
1907
|
* <p>Idempotency token.</p>
|
|
1908
1908
|
* @public
|
|
1909
1909
|
*/
|
|
1910
|
-
ClientToken?: string;
|
|
1910
|
+
ClientToken?: string | undefined;
|
|
1911
1911
|
}
|
|
1912
1912
|
/**
|
|
1913
1913
|
* @public
|
|
@@ -2001,33 +2001,33 @@ export interface DirectoryRegistration {
|
|
|
2001
2001
|
* CreateDirectoryRegistration. </p>
|
|
2002
2002
|
* @public
|
|
2003
2003
|
*/
|
|
2004
|
-
Arn?: string;
|
|
2004
|
+
Arn?: string | undefined;
|
|
2005
2005
|
/**
|
|
2006
2006
|
* <p>The identifier of the Active Directory.</p>
|
|
2007
2007
|
* @public
|
|
2008
2008
|
*/
|
|
2009
|
-
DirectoryId?: string;
|
|
2009
|
+
DirectoryId?: string | undefined;
|
|
2010
2010
|
/**
|
|
2011
2011
|
* <p>Status of the directory registration.</p>
|
|
2012
2012
|
* @public
|
|
2013
2013
|
*/
|
|
2014
|
-
Status?: DirectoryRegistrationStatus;
|
|
2014
|
+
Status?: DirectoryRegistrationStatus | undefined;
|
|
2015
2015
|
/**
|
|
2016
2016
|
* <p>Additional information about the directory registration status if the status is
|
|
2017
2017
|
* failed.</p>
|
|
2018
2018
|
* @public
|
|
2019
2019
|
*/
|
|
2020
|
-
StatusReason?: DirectoryRegistrationStatusReason;
|
|
2020
|
+
StatusReason?: DirectoryRegistrationStatusReason | undefined;
|
|
2021
2021
|
/**
|
|
2022
2022
|
* <p>The date and time that the directory registration was created.</p>
|
|
2023
2023
|
* @public
|
|
2024
2024
|
*/
|
|
2025
|
-
CreatedAt?: Date;
|
|
2025
|
+
CreatedAt?: Date | undefined;
|
|
2026
2026
|
/**
|
|
2027
2027
|
* <p>The date and time that the directory registration was updated.</p>
|
|
2028
2028
|
* @public
|
|
2029
2029
|
*/
|
|
2030
|
-
UpdatedAt?: Date;
|
|
2030
|
+
UpdatedAt?: Date | undefined;
|
|
2031
2031
|
}
|
|
2032
2032
|
/**
|
|
2033
2033
|
* <p>The directory registration represents the authorization of the connector service with
|
|
@@ -2039,33 +2039,33 @@ export interface DirectoryRegistrationSummary {
|
|
|
2039
2039
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html">CreateDirectoryRegistration</a>.</p>
|
|
2040
2040
|
* @public
|
|
2041
2041
|
*/
|
|
2042
|
-
Arn?: string;
|
|
2042
|
+
Arn?: string | undefined;
|
|
2043
2043
|
/**
|
|
2044
2044
|
* <p>The identifier of the Active Directory.</p>
|
|
2045
2045
|
* @public
|
|
2046
2046
|
*/
|
|
2047
|
-
DirectoryId?: string;
|
|
2047
|
+
DirectoryId?: string | undefined;
|
|
2048
2048
|
/**
|
|
2049
2049
|
* <p>Status of the directory registration.</p>
|
|
2050
2050
|
* @public
|
|
2051
2051
|
*/
|
|
2052
|
-
Status?: DirectoryRegistrationStatus;
|
|
2052
|
+
Status?: DirectoryRegistrationStatus | undefined;
|
|
2053
2053
|
/**
|
|
2054
2054
|
* <p>Additional information about the directory registration status if the status is
|
|
2055
2055
|
* failed.</p>
|
|
2056
2056
|
* @public
|
|
2057
2057
|
*/
|
|
2058
|
-
StatusReason?: DirectoryRegistrationStatusReason;
|
|
2058
|
+
StatusReason?: DirectoryRegistrationStatusReason | undefined;
|
|
2059
2059
|
/**
|
|
2060
2060
|
* <p>The date and time that the directory registration was created.</p>
|
|
2061
2061
|
* @public
|
|
2062
2062
|
*/
|
|
2063
|
-
CreatedAt?: Date;
|
|
2063
|
+
CreatedAt?: Date | undefined;
|
|
2064
2064
|
/**
|
|
2065
2065
|
* <p>The date and time that the directory registration was updated.</p>
|
|
2066
2066
|
* @public
|
|
2067
2067
|
*/
|
|
2068
|
-
UpdatedAt?: Date;
|
|
2068
|
+
UpdatedAt?: Date | undefined;
|
|
2069
2069
|
}
|
|
2070
2070
|
/**
|
|
2071
2071
|
* @public
|
|
@@ -2086,7 +2086,7 @@ export interface GetDirectoryRegistrationResponse {
|
|
|
2086
2086
|
* directory.</p>
|
|
2087
2087
|
* @public
|
|
2088
2088
|
*/
|
|
2089
|
-
DirectoryRegistration?: DirectoryRegistration;
|
|
2089
|
+
DirectoryRegistration?: DirectoryRegistration | undefined;
|
|
2090
2090
|
}
|
|
2091
2091
|
/**
|
|
2092
2092
|
* @public
|
|
@@ -2100,14 +2100,14 @@ export interface ListDirectoryRegistrationsRequest {
|
|
|
2100
2100
|
* items.</p>
|
|
2101
2101
|
* @public
|
|
2102
2102
|
*/
|
|
2103
|
-
MaxResults?: number;
|
|
2103
|
+
MaxResults?: number | undefined;
|
|
2104
2104
|
/**
|
|
2105
2105
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2106
2106
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2107
2107
|
* parameter from the response you just received.</p>
|
|
2108
2108
|
* @public
|
|
2109
2109
|
*/
|
|
2110
|
-
NextToken?: string;
|
|
2110
|
+
NextToken?: string | undefined;
|
|
2111
2111
|
}
|
|
2112
2112
|
/**
|
|
2113
2113
|
* @public
|
|
@@ -2117,14 +2117,14 @@ export interface ListDirectoryRegistrationsResponse {
|
|
|
2117
2117
|
* <p>Summary information about each directory registration you have created.</p>
|
|
2118
2118
|
* @public
|
|
2119
2119
|
*/
|
|
2120
|
-
DirectoryRegistrations?: DirectoryRegistrationSummary[];
|
|
2120
|
+
DirectoryRegistrations?: DirectoryRegistrationSummary[] | undefined;
|
|
2121
2121
|
/**
|
|
2122
2122
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2123
2123
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2124
2124
|
* parameter from the response you just received.</p>
|
|
2125
2125
|
* @public
|
|
2126
2126
|
*/
|
|
2127
|
-
NextToken?: string;
|
|
2127
|
+
NextToken?: string | undefined;
|
|
2128
2128
|
}
|
|
2129
2129
|
/**
|
|
2130
2130
|
* @public
|
|
@@ -2179,33 +2179,33 @@ export interface ServicePrincipalName {
|
|
|
2179
2179
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html">CreateDirectoryRegistration</a>.</p>
|
|
2180
2180
|
* @public
|
|
2181
2181
|
*/
|
|
2182
|
-
DirectoryRegistrationArn?: string;
|
|
2182
|
+
DirectoryRegistrationArn?: string | undefined;
|
|
2183
2183
|
/**
|
|
2184
2184
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector.html</a>.</p>
|
|
2185
2185
|
* @public
|
|
2186
2186
|
*/
|
|
2187
|
-
ConnectorArn?: string;
|
|
2187
|
+
ConnectorArn?: string | undefined;
|
|
2188
2188
|
/**
|
|
2189
2189
|
* <p>The status of a service principal name.</p>
|
|
2190
2190
|
* @public
|
|
2191
2191
|
*/
|
|
2192
|
-
Status?: ServicePrincipalNameStatus;
|
|
2192
|
+
Status?: ServicePrincipalNameStatus | undefined;
|
|
2193
2193
|
/**
|
|
2194
2194
|
* <p>Additional information for the status of a service principal name if the status is
|
|
2195
2195
|
* failed.</p>
|
|
2196
2196
|
* @public
|
|
2197
2197
|
*/
|
|
2198
|
-
StatusReason?: ServicePrincipalNameStatusReason;
|
|
2198
|
+
StatusReason?: ServicePrincipalNameStatusReason | undefined;
|
|
2199
2199
|
/**
|
|
2200
2200
|
* <p>The date and time that the service principal name was created.</p>
|
|
2201
2201
|
* @public
|
|
2202
2202
|
*/
|
|
2203
|
-
CreatedAt?: Date;
|
|
2203
|
+
CreatedAt?: Date | undefined;
|
|
2204
2204
|
/**
|
|
2205
2205
|
* <p>The date and time that the service principal name was updated.</p>
|
|
2206
2206
|
* @public
|
|
2207
2207
|
*/
|
|
2208
|
-
UpdatedAt?: Date;
|
|
2208
|
+
UpdatedAt?: Date | undefined;
|
|
2209
2209
|
}
|
|
2210
2210
|
/**
|
|
2211
2211
|
* @public
|
|
@@ -2215,7 +2215,7 @@ export interface GetServicePrincipalNameResponse {
|
|
|
2215
2215
|
* <p>The service principal name that the connector uses to authenticate with Active Directory.</p>
|
|
2216
2216
|
* @public
|
|
2217
2217
|
*/
|
|
2218
|
-
ServicePrincipalName?: ServicePrincipalName;
|
|
2218
|
+
ServicePrincipalName?: ServicePrincipalName | undefined;
|
|
2219
2219
|
}
|
|
2220
2220
|
/**
|
|
2221
2221
|
* @public
|
|
@@ -2268,56 +2268,56 @@ export interface Template {
|
|
|
2268
2268
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>.</p>
|
|
2269
2269
|
* @public
|
|
2270
2270
|
*/
|
|
2271
|
-
Arn?: string;
|
|
2271
|
+
Arn?: string | undefined;
|
|
2272
2272
|
/**
|
|
2273
2273
|
* <p> The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector</a>.</p>
|
|
2274
2274
|
* @public
|
|
2275
2275
|
*/
|
|
2276
|
-
ConnectorArn?: string;
|
|
2276
|
+
ConnectorArn?: string | undefined;
|
|
2277
2277
|
/**
|
|
2278
2278
|
* <p>Template configuration to define the information included in certificates. Define
|
|
2279
2279
|
* certificate validity and renewal periods, certificate request handling and enrollment
|
|
2280
2280
|
* options, key usage extensions, application policies, and cryptography settings.</p>
|
|
2281
2281
|
* @public
|
|
2282
2282
|
*/
|
|
2283
|
-
Definition?: TemplateDefinition;
|
|
2283
|
+
Definition?: TemplateDefinition | undefined;
|
|
2284
2284
|
/**
|
|
2285
2285
|
* <p>Name of the templates. Template names must be unique.</p>
|
|
2286
2286
|
* @public
|
|
2287
2287
|
*/
|
|
2288
|
-
Name?: string;
|
|
2288
|
+
Name?: string | undefined;
|
|
2289
2289
|
/**
|
|
2290
2290
|
* <p>Object identifier of a template.</p>
|
|
2291
2291
|
* @public
|
|
2292
2292
|
*/
|
|
2293
|
-
ObjectIdentifier?: string;
|
|
2293
|
+
ObjectIdentifier?: string | undefined;
|
|
2294
2294
|
/**
|
|
2295
2295
|
* <p>The template schema version. Template schema versions can be v2, v3, or v4. The template
|
|
2296
2296
|
* configuration options change based on the template schema version.</p>
|
|
2297
2297
|
* @public
|
|
2298
2298
|
*/
|
|
2299
|
-
PolicySchema?: number;
|
|
2299
|
+
PolicySchema?: number | undefined;
|
|
2300
2300
|
/**
|
|
2301
2301
|
* <p>Status of the template. Status can be creating, active, deleting, or failed.</p>
|
|
2302
2302
|
* @public
|
|
2303
2303
|
*/
|
|
2304
|
-
Status?: TemplateStatus;
|
|
2304
|
+
Status?: TemplateStatus | undefined;
|
|
2305
2305
|
/**
|
|
2306
2306
|
* <p>The version of the template. Template updates will increment the minor revision.
|
|
2307
2307
|
* Re-enrolling all certificate holders will increment the major revision.</p>
|
|
2308
2308
|
* @public
|
|
2309
2309
|
*/
|
|
2310
|
-
Revision?: TemplateRevision;
|
|
2310
|
+
Revision?: TemplateRevision | undefined;
|
|
2311
2311
|
/**
|
|
2312
2312
|
* <p>The date and time that the template was created.</p>
|
|
2313
2313
|
* @public
|
|
2314
2314
|
*/
|
|
2315
|
-
CreatedAt?: Date;
|
|
2315
|
+
CreatedAt?: Date | undefined;
|
|
2316
2316
|
/**
|
|
2317
2317
|
* <p>The date and time that the template was updated.</p>
|
|
2318
2318
|
* @public
|
|
2319
2319
|
*/
|
|
2320
|
-
UpdatedAt?: Date;
|
|
2320
|
+
UpdatedAt?: Date | undefined;
|
|
2321
2321
|
}
|
|
2322
2322
|
/**
|
|
2323
2323
|
* @public
|
|
@@ -2328,7 +2328,7 @@ export interface GetTemplateResponse {
|
|
|
2328
2328
|
* CA.</p>
|
|
2329
2329
|
* @public
|
|
2330
2330
|
*/
|
|
2331
|
-
Template?: Template;
|
|
2331
|
+
Template?: Template | undefined;
|
|
2332
2332
|
}
|
|
2333
2333
|
/**
|
|
2334
2334
|
* @public
|
|
@@ -2355,7 +2355,7 @@ export interface GetTemplateGroupAccessControlEntryResponse {
|
|
|
2355
2355
|
* autoenrolling with a template.</p>
|
|
2356
2356
|
* @public
|
|
2357
2357
|
*/
|
|
2358
|
-
AccessControlEntry?: AccessControlEntry;
|
|
2358
|
+
AccessControlEntry?: AccessControlEntry | undefined;
|
|
2359
2359
|
}
|
|
2360
2360
|
/**
|
|
2361
2361
|
* @public
|
|
@@ -2369,14 +2369,14 @@ export interface ListServicePrincipalNamesRequest {
|
|
|
2369
2369
|
* items.</p>
|
|
2370
2370
|
* @public
|
|
2371
2371
|
*/
|
|
2372
|
-
MaxResults?: number;
|
|
2372
|
+
MaxResults?: number | undefined;
|
|
2373
2373
|
/**
|
|
2374
2374
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2375
2375
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2376
2376
|
* parameter from the response you just received.</p>
|
|
2377
2377
|
* @public
|
|
2378
2378
|
*/
|
|
2379
|
-
NextToken?: string;
|
|
2379
|
+
NextToken?: string | undefined;
|
|
2380
2380
|
/**
|
|
2381
2381
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html">CreateDirectoryRegistration</a>.</p>
|
|
2382
2382
|
* @public
|
|
@@ -2392,33 +2392,33 @@ export interface ServicePrincipalNameSummary {
|
|
|
2392
2392
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html">CreateDirectoryRegistration</a>.</p>
|
|
2393
2393
|
* @public
|
|
2394
2394
|
*/
|
|
2395
|
-
DirectoryRegistrationArn?: string;
|
|
2395
|
+
DirectoryRegistrationArn?: string | undefined;
|
|
2396
2396
|
/**
|
|
2397
2397
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector</a>.</p>
|
|
2398
2398
|
* @public
|
|
2399
2399
|
*/
|
|
2400
|
-
ConnectorArn?: string;
|
|
2400
|
+
ConnectorArn?: string | undefined;
|
|
2401
2401
|
/**
|
|
2402
2402
|
* <p>The status of a service principal name.</p>
|
|
2403
2403
|
* @public
|
|
2404
2404
|
*/
|
|
2405
|
-
Status?: ServicePrincipalNameStatus;
|
|
2405
|
+
Status?: ServicePrincipalNameStatus | undefined;
|
|
2406
2406
|
/**
|
|
2407
2407
|
* <p>Additional information for the status of a service principal name if the status is
|
|
2408
2408
|
* failed.</p>
|
|
2409
2409
|
* @public
|
|
2410
2410
|
*/
|
|
2411
|
-
StatusReason?: ServicePrincipalNameStatusReason;
|
|
2411
|
+
StatusReason?: ServicePrincipalNameStatusReason | undefined;
|
|
2412
2412
|
/**
|
|
2413
2413
|
* <p>The date and time that the service principal name was created.</p>
|
|
2414
2414
|
* @public
|
|
2415
2415
|
*/
|
|
2416
|
-
CreatedAt?: Date;
|
|
2416
|
+
CreatedAt?: Date | undefined;
|
|
2417
2417
|
/**
|
|
2418
2418
|
* <p>Time when the service principal name was updated.</p>
|
|
2419
2419
|
* @public
|
|
2420
2420
|
*/
|
|
2421
|
-
UpdatedAt?: Date;
|
|
2421
|
+
UpdatedAt?: Date | undefined;
|
|
2422
2422
|
}
|
|
2423
2423
|
/**
|
|
2424
2424
|
* @public
|
|
@@ -2429,14 +2429,14 @@ export interface ListServicePrincipalNamesResponse {
|
|
|
2429
2429
|
* Active Directory.</p>
|
|
2430
2430
|
* @public
|
|
2431
2431
|
*/
|
|
2432
|
-
ServicePrincipalNames?: ServicePrincipalNameSummary[];
|
|
2432
|
+
ServicePrincipalNames?: ServicePrincipalNameSummary[] | undefined;
|
|
2433
2433
|
/**
|
|
2434
2434
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2435
2435
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2436
2436
|
* parameter from the response you just received.</p>
|
|
2437
2437
|
* @public
|
|
2438
2438
|
*/
|
|
2439
|
-
NextToken?: string;
|
|
2439
|
+
NextToken?: string | undefined;
|
|
2440
2440
|
}
|
|
2441
2441
|
/**
|
|
2442
2442
|
* @public
|
|
@@ -2456,7 +2456,7 @@ export interface ListTagsForResourceResponse {
|
|
|
2456
2456
|
* <p>The tags, if any, that are associated with your resource.</p>
|
|
2457
2457
|
* @public
|
|
2458
2458
|
*/
|
|
2459
|
-
Tags?: Record<string, string
|
|
2459
|
+
Tags?: Record<string, string> | undefined;
|
|
2460
2460
|
}
|
|
2461
2461
|
/**
|
|
2462
2462
|
* @public
|
|
@@ -2470,14 +2470,14 @@ export interface ListTemplateGroupAccessControlEntriesRequest {
|
|
|
2470
2470
|
* items.</p>
|
|
2471
2471
|
* @public
|
|
2472
2472
|
*/
|
|
2473
|
-
MaxResults?: number;
|
|
2473
|
+
MaxResults?: number | undefined;
|
|
2474
2474
|
/**
|
|
2475
2475
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2476
2476
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2477
2477
|
* parameter from the response you just received.</p>
|
|
2478
2478
|
* @public
|
|
2479
2479
|
*/
|
|
2480
|
-
NextToken?: string;
|
|
2480
|
+
NextToken?: string | undefined;
|
|
2481
2481
|
/**
|
|
2482
2482
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>.</p>
|
|
2483
2483
|
* @public
|
|
@@ -2493,14 +2493,14 @@ export interface ListTemplateGroupAccessControlEntriesResponse {
|
|
|
2493
2493
|
* certificates for a template.</p>
|
|
2494
2494
|
* @public
|
|
2495
2495
|
*/
|
|
2496
|
-
AccessControlEntries?: AccessControlEntrySummary[];
|
|
2496
|
+
AccessControlEntries?: AccessControlEntrySummary[] | undefined;
|
|
2497
2497
|
/**
|
|
2498
2498
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2499
2499
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2500
2500
|
* parameter from the response you just received.</p>
|
|
2501
2501
|
* @public
|
|
2502
2502
|
*/
|
|
2503
|
-
NextToken?: string;
|
|
2503
|
+
NextToken?: string | undefined;
|
|
2504
2504
|
}
|
|
2505
2505
|
/**
|
|
2506
2506
|
* @public
|
|
@@ -2514,14 +2514,14 @@ export interface ListTemplatesRequest {
|
|
|
2514
2514
|
* items.</p>
|
|
2515
2515
|
* @public
|
|
2516
2516
|
*/
|
|
2517
|
-
MaxResults?: number;
|
|
2517
|
+
MaxResults?: number | undefined;
|
|
2518
2518
|
/**
|
|
2519
2519
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2520
2520
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2521
2521
|
* parameter from the response you just received.</p>
|
|
2522
2522
|
* @public
|
|
2523
2523
|
*/
|
|
2524
|
-
NextToken?: string;
|
|
2524
|
+
NextToken?: string | undefined;
|
|
2525
2525
|
/**
|
|
2526
2526
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector</a>.</p>
|
|
2527
2527
|
* @public
|
|
@@ -2538,56 +2538,56 @@ export interface TemplateSummary {
|
|
|
2538
2538
|
* <p>The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>.</p>
|
|
2539
2539
|
* @public
|
|
2540
2540
|
*/
|
|
2541
|
-
Arn?: string;
|
|
2541
|
+
Arn?: string | undefined;
|
|
2542
2542
|
/**
|
|
2543
2543
|
* <p> The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector</a>.</p>
|
|
2544
2544
|
* @public
|
|
2545
2545
|
*/
|
|
2546
|
-
ConnectorArn?: string;
|
|
2546
|
+
ConnectorArn?: string | undefined;
|
|
2547
2547
|
/**
|
|
2548
2548
|
* <p>Template configuration to define the information included in certificates. Define
|
|
2549
2549
|
* certificate validity and renewal periods, certificate request handling and enrollment
|
|
2550
2550
|
* options, key usage extensions, application policies, and cryptography settings.</p>
|
|
2551
2551
|
* @public
|
|
2552
2552
|
*/
|
|
2553
|
-
Definition?: TemplateDefinition;
|
|
2553
|
+
Definition?: TemplateDefinition | undefined;
|
|
2554
2554
|
/**
|
|
2555
2555
|
* <p>Name of the template. The template name must be unique.</p>
|
|
2556
2556
|
* @public
|
|
2557
2557
|
*/
|
|
2558
|
-
Name?: string;
|
|
2558
|
+
Name?: string | undefined;
|
|
2559
2559
|
/**
|
|
2560
2560
|
* <p>Object identifier of a template.</p>
|
|
2561
2561
|
* @public
|
|
2562
2562
|
*/
|
|
2563
|
-
ObjectIdentifier?: string;
|
|
2563
|
+
ObjectIdentifier?: string | undefined;
|
|
2564
2564
|
/**
|
|
2565
2565
|
* <p>The template schema version. Template schema versions can be v2, v3, or v4. The template
|
|
2566
2566
|
* configuration options change based on the template schema version.</p>
|
|
2567
2567
|
* @public
|
|
2568
2568
|
*/
|
|
2569
|
-
PolicySchema?: number;
|
|
2569
|
+
PolicySchema?: number | undefined;
|
|
2570
2570
|
/**
|
|
2571
2571
|
* <p>Status of the template. Status can be creating, active, deleting, or failed.</p>
|
|
2572
2572
|
* @public
|
|
2573
2573
|
*/
|
|
2574
|
-
Status?: TemplateStatus;
|
|
2574
|
+
Status?: TemplateStatus | undefined;
|
|
2575
2575
|
/**
|
|
2576
2576
|
* <p>The revision version of the template. Template updates will increment the minor
|
|
2577
2577
|
* revision. Re-enrolling all certificate holders will increment the major revision.</p>
|
|
2578
2578
|
* @public
|
|
2579
2579
|
*/
|
|
2580
|
-
Revision?: TemplateRevision;
|
|
2580
|
+
Revision?: TemplateRevision | undefined;
|
|
2581
2581
|
/**
|
|
2582
2582
|
* <p>The date and time that the template was created.</p>
|
|
2583
2583
|
* @public
|
|
2584
2584
|
*/
|
|
2585
|
-
CreatedAt?: Date;
|
|
2585
|
+
CreatedAt?: Date | undefined;
|
|
2586
2586
|
/**
|
|
2587
2587
|
* <p>The date and time that the template was updated.</p>
|
|
2588
2588
|
* @public
|
|
2589
2589
|
*/
|
|
2590
|
-
UpdatedAt?: Date;
|
|
2590
|
+
UpdatedAt?: Date | undefined;
|
|
2591
2591
|
}
|
|
2592
2592
|
/**
|
|
2593
2593
|
* @public
|
|
@@ -2597,14 +2597,14 @@ export interface ListTemplatesResponse {
|
|
|
2597
2597
|
* <p>Custom configuration templates used when issuing a certificate. </p>
|
|
2598
2598
|
* @public
|
|
2599
2599
|
*/
|
|
2600
|
-
Templates?: TemplateSummary[];
|
|
2600
|
+
Templates?: TemplateSummary[] | undefined;
|
|
2601
2601
|
/**
|
|
2602
2602
|
* <p>Use this parameter when paginating results in a subsequent request after you receive a
|
|
2603
2603
|
* response with truncated results. Set it to the value of the <code>NextToken</code>
|
|
2604
2604
|
* parameter from the response you just received.</p>
|
|
2605
2605
|
* @public
|
|
2606
2606
|
*/
|
|
2607
|
-
NextToken?: string;
|
|
2607
|
+
NextToken?: string | undefined;
|
|
2608
2608
|
}
|
|
2609
2609
|
/**
|
|
2610
2610
|
* @public
|
|
@@ -2640,13 +2640,13 @@ export interface UpdateTemplateGroupAccessControlEntryRequest {
|
|
|
2640
2640
|
* <p>Name of the Active Directory group. This name does not need to match the group name in Active Directory.</p>
|
|
2641
2641
|
* @public
|
|
2642
2642
|
*/
|
|
2643
|
-
GroupDisplayName?: string;
|
|
2643
|
+
GroupDisplayName?: string | undefined;
|
|
2644
2644
|
/**
|
|
2645
2645
|
* <p>Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a
|
|
2646
2646
|
* template.</p>
|
|
2647
2647
|
* @public
|
|
2648
2648
|
*/
|
|
2649
|
-
AccessRights?: AccessRights;
|
|
2649
|
+
AccessRights?: AccessRights | undefined;
|
|
2650
2650
|
}
|
|
2651
2651
|
/**
|
|
2652
2652
|
* @public
|
|
@@ -2663,14 +2663,14 @@ export interface UpdateTemplateRequest {
|
|
|
2663
2663
|
* options, key usage extensions, application policies, and cryptography settings.</p>
|
|
2664
2664
|
* @public
|
|
2665
2665
|
*/
|
|
2666
|
-
Definition?: TemplateDefinition;
|
|
2666
|
+
Definition?: TemplateDefinition | undefined;
|
|
2667
2667
|
/**
|
|
2668
2668
|
* <p>This setting allows the major version of a template to be increased automatically. All
|
|
2669
2669
|
* members of Active Directory groups that are allowed to enroll with a template will receive a new
|
|
2670
2670
|
* certificate issued using that template.</p>
|
|
2671
2671
|
* @public
|
|
2672
2672
|
*/
|
|
2673
|
-
ReenrollAllCertificateHolders?: boolean;
|
|
2673
|
+
ReenrollAllCertificateHolders?: boolean | undefined;
|
|
2674
2674
|
}
|
|
2675
2675
|
/**
|
|
2676
2676
|
* @public
|