Get Asset Result
data class GetAssetResult(val createTime: String, val description: String, val discoverySpec: GoogleCloudDataplexV1AssetDiscoverySpecResponse, val discoveryStatus: GoogleCloudDataplexV1AssetDiscoveryStatusResponse, val displayName: String, val labels: Map<String, String>, val name: String, val resourceSpec: GoogleCloudDataplexV1AssetResourceSpecResponse, val resourceStatus: GoogleCloudDataplexV1AssetResourceStatusResponse, val securityStatus: GoogleCloudDataplexV1AssetSecurityStatusResponse, val state: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, description: String, discoverySpec: GoogleCloudDataplexV1AssetDiscoverySpecResponse, discoveryStatus: GoogleCloudDataplexV1AssetDiscoveryStatusResponse, displayName: String, labels: Map<String, String>, name: String, resourceSpec: GoogleCloudDataplexV1AssetResourceSpecResponse, resourceStatus: GoogleCloudDataplexV1AssetResourceStatusResponse, securityStatus: GoogleCloudDataplexV1AssetSecurityStatusResponse, state: String, uid: String, updateTime: String)
Properties
Link copied to clipboard
The time when the asset was created.
Link copied to clipboard
Optional. Description of the asset.
Link copied to clipboard
Optional. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
Link copied to clipboard
Status of the discovery feature applied to data referenced by this asset.
Link copied to clipboard
Optional. User friendly display name.
Link copied to clipboard
Specification of the resource that is referenced by this asset.
Link copied to clipboard
Status of the resource referenced by this asset.
Link copied to clipboard
Status of the security policy applied to resource referenced by this asset.
Link copied to clipboard
The time when the asset was last updated.