DatadogSingleSignOnResourceInner Class

public final class DatadogSingleSignOnResourceInner
extends ProxyResource

The DatadogSingleSignOnResource model.

Constructor Summary

Constructor Description
DatadogSingleSignOnResourceInner()

Creates an instance of DatadogSingleSignOnResourceInner class.

Method Summary

Modifier and Type Method and Description
DatadogSingleSignOnProperties properties()

Get the properties property: The properties property.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

DatadogSingleSignOnResourceInner withProperties(DatadogSingleSignOnProperties properties)

Set the properties property: The properties property.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

DatadogSingleSignOnResourceInner

public DatadogSingleSignOnResourceInner()

Creates an instance of DatadogSingleSignOnResourceInner class.

Method Details

properties

public DatadogSingleSignOnProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public DatadogSingleSignOnResourceInner withProperties(DatadogSingleSignOnProperties properties)

Set the properties property: The properties property.

Parameters:

properties - the properties value to set.

Returns:

the DatadogSingleSignOnResourceInner object itself.

Applies to