data class DeploymentIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DeploymentIdentityArgs>
Specifies the identity type of the Nginx Deployment. Possible values is UserAssigned where you can specify the Service Principal IDs in the identity_ids field.