IdentityProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.datadog.models.IdentityProperties

public final class IdentityProperties

The IdentityProperties model.

Constructor Summary

Constructor Description
IdentityProperties()

Creates an instance of IdentityProperties class.

Method Summary

Modifier and Type Method and Description
String principalId()

Get the principalId property: The identity ID.

String tenantId()

Get the tenantId property: The tenant ID of resource.

ManagedIdentityTypes type()

Get the type property: Identity type.

void validate()

Validates the instance.

IdentityProperties withType(ManagedIdentityTypes type)

Set the type property: Identity type.

Methods inherited from java.lang.Object

Constructor Details

IdentityProperties

public IdentityProperties()

Creates an instance of IdentityProperties class.

Method Details

principalId

public String principalId()

Get the principalId property: The identity ID.

Returns:

the principalId value.

tenantId

public String tenantId()

Get the tenantId property: The tenant ID of resource.

Returns:

the tenantId value.

type

public ManagedIdentityTypes type()

Get the type property: Identity type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withType

public IdentityProperties withType(ManagedIdentityTypes type)

Set the type property: Identity type.

Parameters:

type - the type value to set.

Returns:

the IdentityProperties object itself.

Applies to