contentType property

String? contentType
getter/setter pair

Asset content type.

If not specified, no content but the asset name will be returned. Possible string values are:

  • "CONTENT_TYPE_UNSPECIFIED" : Unspecified content type.
  • "RESOURCE" : Resource metadata.
  • "IAM_POLICY" : The actual IAM policy set on a resource.
  • "ORG_POLICY" : The organization policy set on an asset.
  • "ACCESS_POLICY" : The Access Context Manager policy set on an asset.
  • "OS_INVENTORY" : The runtime OS Inventory information.
  • "RELATIONSHIP" : The related resources.

Implementation

core.String? contentType;