SettingsPropertiesCacheArgs

data class SettingsPropertiesCacheArgs(val channel: Output<String>, val id: Output<String>, val name: Output<String>, val parent: Output<String>? = null, val status: Output<String>? = null, val subchannel: Output<String>) : ConvertibleToJava<SettingsPropertiesCacheArgs>

Constructors

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

Properties

Link copied to clipboard
val channel: Output<String>

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

Link copied to clipboard
val id: Output<String>

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

Link copied to clipboard
val name: Output<String>

Display name for the scope.

Link copied to clipboard
val parent: Output<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: Output<String>? = null

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

Link copied to clipboard
val subchannel: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): SettingsPropertiesCacheArgs