Get Security Connector Result
data class GetSecurityConnectorResult(val environmentData: Any? = null, val environmentName: String? = null, val etag: String? = null, val hierarchyIdentifier: String? = null, val hierarchyIdentifierTrialEndDate: String, val id: String, val kind: String? = null, val location: String? = null, val name: String, val offerings: List<Any>? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The security connector resource.
Constructors
Link copied to clipboard
fun GetSecurityConnectorResult(environmentData: Any? = null, environmentName: String? = null, etag: String? = null, hierarchyIdentifier: String? = null, hierarchyIdentifierTrialEndDate: String, id: String, kind: String? = null, location: String? = null, name: String, offerings: List<Any>? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)