Class MicrosoftGraphExtensionPropertyInner
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDirectoryObjectInner
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphExtensionPropertyInner
extensionProperty
Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphExtensionPropertyInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Represents an Azure Active Directory object.Get the appDisplayName property: Display name of the application object on which this extension property is defined.dataType()Get the dataType property: Specifies the data type of the value the extension property can hold.Get the isSyncedFromOnPremises property: Indicates if this extension property was sycned from onpremises directory using Azure AD Connect.name()Get the name property: Name of the extension property.Get the targetObjects property: Following values are supported.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.withAppDisplayName(String appDisplayName) Set the appDisplayName property: Display name of the application object on which this extension property is defined.withDataType(String dataType) Set the dataType property: Specifies the data type of the value the extension property can hold.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.Set the id property: Read-only.withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises) Set the isSyncedFromOnPremises property: Indicates if this extension property was sycned from onpremises directory using Azure AD Connect.Set the name property: Name of the extension property.withTargetObjects(List<String> targetObjects) Set the targetObjects property: Following values are supported.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDirectoryObjectInner
deletedDateTimeMethods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphExtensionPropertyInner
public MicrosoftGraphExtensionPropertyInner()Creates an instance of MicrosoftGraphExtensionPropertyInner class.
-
-
Method Details
-
appDisplayName
Get the appDisplayName property: Display name of the application object on which this extension property is defined. Read-only.- Returns:
- the appDisplayName value.
-
withAppDisplayName
Set the appDisplayName property: Display name of the application object on which this extension property is defined. Read-only.- Parameters:
appDisplayName- the appDisplayName value to set.- Returns:
- the MicrosoftGraphExtensionPropertyInner object itself.
-
dataType
Get the dataType property: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum.- Returns:
- the dataType value.
-
withDataType
Set the dataType property: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum.- Parameters:
dataType- the dataType value to set.- Returns:
- the MicrosoftGraphExtensionPropertyInner object itself.
-
isSyncedFromOnPremises
Get the isSyncedFromOnPremises property: Indicates if this extension property was sycned from onpremises directory using Azure AD Connect. Read-only.- Returns:
- the isSyncedFromOnPremises value.
-
withIsSyncedFromOnPremises
public MicrosoftGraphExtensionPropertyInner withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises) Set the isSyncedFromOnPremises property: Indicates if this extension property was sycned from onpremises directory using Azure AD Connect. Read-only.- Parameters:
isSyncedFromOnPremises- the isSyncedFromOnPremises value to set.- Returns:
- the MicrosoftGraphExtensionPropertyInner object itself.
-
name
Get the name property: Name of the extension property. Not nullable.- Returns:
- the name value.
-
withName
Set the name property: Name of the extension property. Not nullable.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphExtensionPropertyInner object itself.
-
targetObjects
Get the targetObjects property: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication.- Returns:
- the targetObjects value.
-
withTargetObjects
Set the targetObjects property: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication.- Parameters:
targetObjects- the targetObjects value to set.- Returns:
- the MicrosoftGraphExtensionPropertyInner object itself.
-
additionalProperties
Get the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.- Overrides:
additionalPropertiesin classMicrosoftGraphDirectoryObjectInner- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphExtensionPropertyInner withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphDirectoryObjectInner- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphExtensionPropertyInner object itself.
-
withDeletedDateTime
Set the deletedDateTime property: The deletedDateTime property.- Overrides:
withDeletedDateTimein classMicrosoftGraphDirectoryObjectInner- Parameters:
deletedDateTime- the deletedDateTime value to set.- Returns:
- the MicrosoftGraphDirectoryObjectInner object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphDirectoryObjectInner- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphDirectoryObjectInner- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-