JitRequestDefinition interface  
Information about JIT request definition.
- Extends
 
Properties
| application | 
	The parent application id.  | 
| created | 
	The client entity that created the JIT request. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| jit | 
	The JIT authorization policies.  | 
| jit | 
	The JIT request state. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| jit | 
	The JIT request properties.  | 
| provisioning | 
	The JIT request provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| publisher | 
	The publisher tenant id. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| updated | 
	The client entity that last updated the JIT request. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Inherited Properties
| id | Resource ID NOTE: This property will not be serialized. It can only be populated by the server.  | 
| location | Resource location  | 
| name | Resource name NOTE: This property will not be serialized. It can only be populated by the server.  | 
| system | 
	Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| tags | Resource tags  | 
| type | Resource type NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		applicationResourceId
	  
	The parent application id.
applicationResourceId?: string
				Property Value
string
		createdBy
	 
	The client entity that created the JIT request. NOTE: This property will not be serialized. It can only be populated by the server.
createdBy?: ApplicationClientDetails
				Property Value
		jitAuthorizationPolicies
	  
	The JIT authorization policies.
jitAuthorizationPolicies?: JitAuthorizationPolicies[]
				Property Value
		jitRequestState
	  
	The JIT request state. NOTE: This property will not be serialized. It can only be populated by the server.
jitRequestState?: string
				Property Value
string
		jitSchedulingPolicy
	  
	The JIT request properties.
jitSchedulingPolicy?: JitSchedulingPolicy
				Property Value
		provisioningState
	 
	The JIT request provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
				Property Value
string
		publisherTenantId
	  
	The publisher tenant id. NOTE: This property will not be serialized. It can only be populated by the server.
publisherTenantId?: string
				Property Value
string
		updatedBy
	 
	The client entity that last updated the JIT request. NOTE: This property will not be serialized. It can only be populated by the server.
updatedBy?: ApplicationClientDetails
				Property Value
Inherited Property Details
id
Resource ID NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
Inherited From Resource.id
location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
Inherited From Resource.name
		systemData
	 
	Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
				Property Value
Inherited From Resource.systemData
tags
Resource tags
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string
Inherited From Resource.type