SettingsPropertiesResponseCache

data class SettingsPropertiesResponseCache(val channel: String, val id: String, val name: String, val parent: String? = null, val status: String? = null, val subchannel: String)

Constructors

Link copied to clipboard
constructor(channel: String, id: String, name: String, parent: String? = null, status: String? = null, subchannel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the account type. Allowed values include: EA, PAYG, Modern, Internal, Unknown.

Link copied to clipboard
val id: String

Resource ID used by Resource Manager to uniquely identify the scope.

Link copied to clipboard

Display name for the scope.

Link copied to clipboard
val parent: String? = null

Resource ID of the parent scope. For instance, subscription's resource ID for a resource group or a management group resource ID for a subscription.

Link copied to clipboard
val status: String? = null

Indicates the status of the scope. Status only applies to subscriptions and billing accounts.

Link copied to clipboard

Indicates the type of modern account. Allowed values include: Individual, Enterprise, Partner, Indirect, NotApplicable