public class ExternalCollabSecuritySettingsV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalCollabSecuritySettingsV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowlistDomains
List of domains that are allowed for external collaboration.
|
protected List<String> |
allowlistEmails
List of email addresses that are allowed for external collaboration.
|
protected List<String> |
denylistDomains
List of domains that are not allowed for external collaboration.
|
protected List<String> |
denylistEmails
List of email addresses that are not allowed for external collaboration.
|
protected String |
factorTypeSettings
Factor type for the external collaborators authentication.
|
protected OffsetDateTime |
scheduledAt
Scheduled at.
|
protected String |
scheduledStatus
The status of the scheduling to apply external collaboration security settings.
|
protected String |
state
The state of the external collaboration security settings.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ExternalCollabSecuritySettingsV2025R0() |
protected |
ExternalCollabSecuritySettingsV2025R0(ExternalCollabSecuritySettingsV2025R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAllowlistDomains() |
List<String> |
getAllowlistEmails() |
List<String> |
getDenylistDomains() |
List<String> |
getDenylistEmails() |
String |
getFactorTypeSettings() |
OffsetDateTime |
getScheduledAt() |
String |
getScheduledStatus() |
String |
getState() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<String> denylistDomains
protected List<String> denylistEmails
protected List<String> allowlistDomains
protected List<String> allowlistEmails
protected String state
protected String scheduledStatus
protected OffsetDateTime scheduledAt
protected String factorTypeSettings
public ExternalCollabSecuritySettingsV2025R0()
protected ExternalCollabSecuritySettingsV2025R0(ExternalCollabSecuritySettingsV2025R0.Builder builder)
public List<String> getDenylistDomains()
public List<String> getDenylistEmails()
public List<String> getAllowlistDomains()
public List<String> getAllowlistEmails()
public String getScheduledStatus()
public OffsetDateTime getScheduledAt()
public String getFactorTypeSettings()