GetResourceGroupResult

data class GetResourceGroupResult(val accountId: String, val id: String, val meta: GetResourceGroupMeta, val name: String, val resourceGroupId: String, val scopes: List<GetResourceGroupScope>)

A collection of values returned by getResourceGroup.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, meta: GetResourceGroupMeta, name: String, resourceGroupId: String, scopes: List<GetResourceGroupScope>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
val id: String

Identifier of the group.

Link copied to clipboard

Attributes associated to the resource group.

Link copied to clipboard

Name of the resource group.

Link copied to clipboard

Resource Group identifier tag.

Link copied to clipboard

The scope associated to the resource group