GetIacProfileResult

data class GetIacProfileResult(val authStatus: String, val branchName: String? = null, val etag: String, val id: String, val location: String, val name: String, val prStatus: String, val pullNumber: Int, val repositoryMainBranch: String? = null, val repositoryName: String? = null, val repositoryOwner: String? = null, val stages: List<StagePropertiesResponse>? = null, val storageAccountName: String? = null, val storageAccountResourceGroup: String? = null, val storageAccountSubscription: String? = null, val storageContainerName: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val templates: List<IacTemplatePropertiesResponse>? = null, val type: String)

Resource representation of a IacProfile.

Constructors

Link copied to clipboard
constructor(authStatus: String, branchName: String? = null, etag: String, id: String, location: String, name: String, prStatus: String, pullNumber: Int, repositoryMainBranch: String? = null, repositoryName: String? = null, repositoryOwner: String? = null, stages: List<StagePropertiesResponse>? = null, storageAccountName: String? = null, storageAccountResourceGroup: String? = null, storageAccountSubscription: String? = null, storageContainerName: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, templates: List<IacTemplatePropertiesResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the authorization status of requests.

Link copied to clipboard
val branchName: String? = null

Repository Branch Name

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The status of the Pull Request submitted against the users repository.

Link copied to clipboard

The number associated with the submitted pull request.

Link copied to clipboard

Repository Main Branch

Link copied to clipboard
val repositoryName: String? = null

Repository Name

Link copied to clipboard
val repositoryOwner: String? = null

Repository Owner

Link copied to clipboard
Link copied to clipboard

Terraform Storage Account Name

Link copied to clipboard

Terraform Storage Account Resource Group

Link copied to clipboard

Terraform Storage Account Subscription

Link copied to clipboard

Terraform Container Name

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"