Get Zero Trust Device Custom Profiles Invoke Result
data class GetZeroTrustDeviceCustomProfilesInvokeResult(val accountId: String, val id: String, val maxItems: Int? = null, val results: List<GetZeroTrustDeviceCustomProfilesResult>)
A collection of values returned by getZeroTrustDeviceCustomProfiles.
Constructors
Link copied to clipboard
constructor(accountId: String, id: String, maxItems: Int? = null, results: List<GetZeroTrustDeviceCustomProfilesResult>)