Get Iac Profile Result
data class GetIacProfileResult(val authStatus: String, val azureApiVersion: 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, azureApiVersion: 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)
Properties
Link copied to clipboard
Determines the authorization status of requests.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Repository Branch Name
Link copied to clipboard
The number associated with the submitted pull request.
Link copied to clipboard
Repository Main Branch
Link copied to clipboard
Repository Name
Link copied to clipboard
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