Class RiscSecurityEventDetails
RISC security event received from external provider.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RiscSecurityEventDetails
Constructors
View SourceRiscSecurityEventDetails(string, string, string)
Initializes a new instance of the RiscSecurityEventDetails class.
Declaration
public RiscSecurityEventDetails(string eventType, string reason, string issuer)
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventType | RISC event type (e.g., account-disabled, token-revoked). |
| string | reason | Reason for the RISC event. |
| string | issuer | Identity provider issuer (e.g., https://accounts.google.com). |
Properties
View SourceEventType
RISC event type (e.g., account-disabled, token-revoked).
Declaration
public string EventType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Issuer
Identity provider issuer (e.g., https://accounts.google.com).
Declaration
public string Issuer { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
Reason for the RISC event.
Declaration
public string Reason { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |