Google Cloud Asset V1 Client - Class ContentType (1.11.3)

Reference documentation and code samples for the Google Cloud Asset V1 Client class ContentType.

Asset content type.

Protobuf type google.cloud.asset.v1.ContentType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CONTENT_TYPE_UNSPECIFIED

Value: 0

Unspecified content type.

Generated from protobuf enum CONTENT_TYPE_UNSPECIFIED = 0;

RESOURCE

Value: 1

Resource metadata.

Generated from protobuf enum RESOURCE = 1;

IAM_POLICY

Value: 2

The actual IAM policy set on a resource.

Generated from protobuf enum IAM_POLICY = 2;

ORG_POLICY

Value: 4

The organization policy set on an asset.

Generated from protobuf enum ORG_POLICY = 4;

ACCESS_POLICY

Value: 5

The Access Context Manager policy set on an asset.

Generated from protobuf enum ACCESS_POLICY = 5;

OS_INVENTORY

Value: 6

The runtime OS Inventory information.

Generated from protobuf enum OS_INVENTORY = 6;

RELATIONSHIP

Value: 7

The related resources.

Generated from protobuf enum RELATIONSHIP = 7;