Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}