ShaCertificate class
Stay organized with collections
Save and categorize content based on your preferences.
A SHA-1 or SHA-256 certificate.
Do not call this constructor directly. Instead, use [projectManagement.shaCertificate()
](projectManagement.ProjectManagement#shaCertificate).
Signature:
export declare class ShaCertificate
Properties
Property |
Modifiers |
Type |
Description |
certType |
|
('sha1' | 'sha256') |
The SHA certificate type. |
resourceName |
|
string | undefined |
|
shaHash |
|
string |
|
ShaCertificate.certType
The SHA certificate type.
Signature:
readonly certType: ('sha1' | 'sha256');
Example
var certType = shaCertificate.certType;
ShaCertificate.resourceName
Signature:
readonly resourceName?: string | undefined;
ShaCertificate.shaHash
Signature:
readonly shaHash: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["A SHA-1 or SHA-256 certificate.\n\nDo not call this constructor directly. Instead, use \\[`projectManagement.shaCertificate()`\\](projectManagement.ProjectManagement#shaCertificate).\n\n**Signature:** \n\n export declare class ShaCertificate \n\nProperties\n\nShaCertificate.certType\n\nThe SHA certificate type.\n\n**Signature:** \n\n readonly certType: ('sha1' | 'sha256');\n\nExample \n\n var certType = shaCertificate.certType;\n\nShaCertificate.resourceName\n\n**Signature:** \n\n readonly resourceName?: string | undefined;\n\nShaCertificate.shaHash\n\n**Signature:** \n\n readonly shaHash: string;"]]