Package-level declarations
Types
Link copied to clipboard
data class EventImpactedResourceResponse(val id: String, val info: List<KeyValueItemResponse>? = null, val name: String, val systemData: SystemDataResponse, val targetRegion: String, val targetResourceId: String, val targetResourceType: String, val type: String)
Impacted resource for an event.
Link copied to clipboard
Key value tuple.
Link copied to clipboard
data class ListSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventIdResult(val nextLink: String? = null, val value: List<EventImpactedResourceResponse>)
The List of eventImpactedResources operation response.
Link copied to clipboard
data class ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdResult(val nextLink: String? = null, val value: List<EventImpactedResourceResponse>)
The List of eventImpactedResources operation response.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.