---
id: v1-auth-profile
title: AuthProfile
pagination_label: AuthProfile
sidebar_label: AuthProfile
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'AuthProfile', 'v1AuthProfile']
slug: /tools/sdk/typescript/auth_profile/models/auth-profile
tags: ['SDK', 'Software Development Kit', 'AuthProfile', 'v1AuthProfile']
---

# AuthProfile

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **(optional)** `string` | Authentication Profile name. | [default to undefined]
**offNetwork** | **(optional)** `boolean` | Use it to block access from off network. | [default to false]
**untrustedGeography** | **(optional)** `boolean` | Use it to block access from untrusted geoographies. | [default to false]
**applicationId** | **(optional)** `string` | Application ID. | [default to undefined]
**applicationName** | **(optional)** `string` | Application name. | [default to undefined]
**type** | **(optional)** `string` | Type of the Authentication Profile. | [default to undefined]
**strongAuthLogin** | **(optional)** `boolean` | Use it to enable strong authentication. | [default to false]

