@maxim_mazurok/gapi.client.chromemanagement-v1 0.0.20250302 → 0.0.20250307
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/index.d.ts +1 -63
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://chromemanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250307
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1031,68 +1031,6 @@ declare namespace gapi.client {
|
|
|
1031
1031
|
/** Request justification as entered by the user. */
|
|
1032
1032
|
justification?: string;
|
|
1033
1033
|
}
|
|
1034
|
-
interface GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess {
|
|
1035
|
-
/** Output only. A JSON string that contains the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given. */
|
|
1036
|
-
caConnectionAdapterConfigReference?: string;
|
|
1037
|
-
/** Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device. */
|
|
1038
|
-
chromeOsDevice?: GoogleChromeManagementVersionsV1alpha1ChromeOsDevice;
|
|
1039
|
-
/** Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session. */
|
|
1040
|
-
chromeOsUserSession?: GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession;
|
|
1041
|
-
/** Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed. */
|
|
1042
|
-
failureMessage?: string;
|
|
1043
|
-
/** Output only. The CA connection is a generic CA connection. */
|
|
1044
|
-
genericCaConnection?: GoogleChromeManagementVersionsV1alpha1GenericCaConnection;
|
|
1045
|
-
/** Output only. The profile is a generic certificate provisioning profile. */
|
|
1046
|
-
genericProfile?: GoogleChromeManagementVersionsV1alpha1GenericProfile;
|
|
1047
|
-
/** Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format. */
|
|
1048
|
-
issuedCertificate?: string;
|
|
1049
|
-
/** Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id. */
|
|
1050
|
-
name?: string;
|
|
1051
|
-
/** Output only. A JSON string that contains the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given. */
|
|
1052
|
-
profileAdapterConfigReference?: string;
|
|
1053
|
-
/** Output only. The ID of the certificate provisioning profile. */
|
|
1054
|
-
provisioningProfileId?: string;
|
|
1055
|
-
/** Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the`SignData` operation has finished. */
|
|
1056
|
-
signature?: string;
|
|
1057
|
-
/** Output only. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. This field is only present after the `SignData` operation has been initiated. */
|
|
1058
|
-
signatureAlgorithm?: string;
|
|
1059
|
-
/** Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated. */
|
|
1060
|
-
signData?: string;
|
|
1061
|
-
/** Output only. Server-generated timestamp of when the certificate provisioning process has been created. */
|
|
1062
|
-
startTime?: string;
|
|
1063
|
-
/** Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo. */
|
|
1064
|
-
subjectPublicKeyInfo?: string;
|
|
1065
|
-
}
|
|
1066
|
-
interface GoogleChromeManagementVersionsV1alpha1ChromeOsDevice {
|
|
1067
|
-
/** Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab. */
|
|
1068
|
-
deviceDirectoryApiId?: string;
|
|
1069
|
-
/** Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab. */
|
|
1070
|
-
serialNumber?: string;
|
|
1071
|
-
}
|
|
1072
|
-
interface GoogleChromeManagementVersionsV1alpha1ChromeOsUserSession {
|
|
1073
|
-
/** Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user session is affiliated, i.e. if the user is managed by the same organization that managed the ChromeOS device. */
|
|
1074
|
-
chromeOsDevice?: GoogleChromeManagementVersionsV1alpha1ChromeOsDevice;
|
|
1075
|
-
/** Output only. The unique Directory API ID of the user. */
|
|
1076
|
-
userDirectoryApiId?: string;
|
|
1077
|
-
/** Output only. The primary e-mail address of the user. */
|
|
1078
|
-
userPrimaryEmail?: string;
|
|
1079
|
-
}
|
|
1080
|
-
interface GoogleChromeManagementVersionsV1alpha1GenericCaConnection {
|
|
1081
|
-
/** Output only. A string that references the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given. */
|
|
1082
|
-
caConnectionAdapterConfigReference?: string;
|
|
1083
|
-
}
|
|
1084
|
-
interface GoogleChromeManagementVersionsV1alpha1GenericProfile {
|
|
1085
|
-
/** Output only. A string that references the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given. */
|
|
1086
|
-
profileAdapterConfigReference?: string;
|
|
1087
|
-
}
|
|
1088
|
-
interface GoogleChromeManagementVersionsV1alpha1SignDataMetadata {
|
|
1089
|
-
/** Output only. Start time of the SignData operation. */
|
|
1090
|
-
startTime?: string;
|
|
1091
|
-
}
|
|
1092
|
-
interface GoogleChromeManagementVersionsV1alpha1SignDataResponse {
|
|
1093
|
-
/** Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`. */
|
|
1094
|
-
certificateProvisioningProcess?: GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess;
|
|
1095
|
-
}
|
|
1096
1034
|
interface GoogleChromeManagementVersionsV1AttestationCredential {
|
|
1097
1035
|
/** Output only. Latest rotation timestamp of the public key rotation. */
|
|
1098
1036
|
keyRotationTime?: string;
|