Get Project Environment Type Result
data class GetProjectEnvironmentTypeResult(val creatorRoleAssignment: ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment? = null, val deploymentTargetId: String? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userRoleAssignments: Map<String, UserRoleAssignmentResponse>? = null)
Represents an environment type.
Constructors
Link copied to clipboard
constructor(creatorRoleAssignment: ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment? = null, deploymentTargetId: String? = null, id: String, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, status: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userRoleAssignments: Map<String, UserRoleAssignmentResponse>? = null)
Properties
Link copied to clipboard
val creatorRoleAssignment: ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment? = null
The role definition assigned to the environment creator on backing resources.
Link copied to clipboard
Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.
Link copied to clipboard
Managed identity properties
Link copied to clipboard
The provisioning state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.