assetType property

String? assetType
getter/setter pair

The asset type of this authorized orgs desc.

Valid values are ASSET_TYPE_DEVICE, and ASSET_TYPE_CREDENTIAL_STRENGTH. Possible string values are:

  • "ASSET_TYPE_UNSPECIFIED" : No asset type specified.
  • "ASSET_TYPE_DEVICE" : Device asset type.
  • "ASSET_TYPE_CREDENTIAL_STRENGTH" : Credential strength asset type.

Implementation

core.String? assetType;