Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 3.08 KB

File metadata and controls

74 lines (61 loc) · 3.08 KB
title loginPage resource type
description Represents an attack simulation login page.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 05/23/2024

loginPage resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an attack simulation login page.

Inherits from entity.

Methods

Method Return type Description
List loginPage collection Get a list of the loginPage objects and their properties.
Get loginPage Get a loginPage associated with an attack simulation campaign for a tenant.

Properties

Property Type Description
content String The HTML content of the login page.
createdBy emailIdentity Identity of the user who created the login page.
createdDateTime DateTimeOffset Date and time when the login page was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
description String Description about the login page.
displayName String Display name of the login page.
id String Unique identifier for the loginPage object. Inherited from entity.
language String The content language of the login page.
lastModifiedBy emailIdentity Identity of the user who last modified the login page.
lastModifiedDateTime DateTimeOffset Date and time when the login page was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
source simulationContentStatus The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
status simulationContentStatus The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.loginPage",
  "content": "String",
  "createdBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "language": "String",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "lastModifiedDateTime": "String (timestamp)",
  "source": "String",
  "status": "String"
}