GetServerTrustGroupResult

data class GetServerTrustGroupResult(val azureApiVersion: String, val groupMembers: List<ServerInfoResponse>, val id: String, val name: String, val trustScopes: List<String>, val type: String)

A server trust group.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, groupMembers: List<ServerInfoResponse>, id: String, name: String, trustScopes: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Group members information for the server trust group.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Trust scope of the server trust group.

Link copied to clipboard

Resource type.