Represents an Asset.
Package
@google-cloud/security-center!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.securitycenter.v1p1beta1.IAsset);
Constructs a new Asset.
Name | Description |
properties |
IAsset
Properties to set |
Properties
canonicalName
public canonicalName: string;
Asset canonicalName.
Type | Description |
string |
createTime
public createTime?: (google.protobuf.ITimestamp|null);
Asset createTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
iamPolicy
public iamPolicy?: (google.cloud.securitycenter.v1p1beta1.Asset.IIamPolicy|null);
Asset iamPolicy.
Type | Description |
(google.cloud.securitycenter.v1p1beta1.Asset.IIamPolicy|null) |
name
public name: string;
Asset name.
Type | Description |
string |
resourceProperties
public resourceProperties: { [k: string]: google.protobuf.IValue };
Asset resourceProperties.
Type | Description |
{ [k: string]: google.protobuf.IValue } |
securityCenterProperties
public securityCenterProperties?: (google.cloud.securitycenter.v1p1beta1.Asset.ISecurityCenterProperties|null);
Asset securityCenterProperties.
Type | Description |
(google.cloud.securitycenter.v1p1beta1.Asset.ISecurityCenterProperties|null) |
securityMarks
public securityMarks?: (google.cloud.securitycenter.v1p1beta1.ISecurityMarks|null);
Asset securityMarks.
Type | Description |
(google.cloud.securitycenter.v1p1beta1.ISecurityMarks|null) |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
Asset updateTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
Methods
create(properties)
public static create(properties?: google.cloud.securitycenter.v1p1beta1.IAsset): google.cloud.securitycenter.v1p1beta1.Asset;
Creates a new Asset instance using the specified properties.
Name | Description |
properties |
IAsset
Properties to set |
Type | Description |
google.cloud.securitycenter.v1p1beta1.Asset | Asset instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.securitycenter.v1p1beta1.Asset;
Decodes an Asset message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.securitycenter.v1p1beta1.Asset | Asset |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.securitycenter.v1p1beta1.Asset;
Decodes an Asset message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.securitycenter.v1p1beta1.Asset | Asset |
encode(message, writer)
public static encode(message: google.cloud.securitycenter.v1p1beta1.IAsset, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Asset message. Does not implicitly messages.
Name | Description |
message |
IAsset
Asset message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.securitycenter.v1p1beta1.IAsset, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Asset message, length delimited. Does not implicitly messages.
Name | Description |
message |
IAsset
Asset message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.securitycenter.v1p1beta1.Asset;
Creates an Asset message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.securitycenter.v1p1beta1.Asset | Asset |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Asset to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.securitycenter.v1p1beta1.Asset, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an Asset message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.securitycenter.v1p1beta1.Asset
Asset |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an Asset message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|