MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withAddIns(List<MicrosoftGraphAddIn> addIns) |
Set the addIns property: Defines custom behavior that a consuming service can use to call an app in specific
contexts.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: Represents an Azure Active Directory object.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withApi(MicrosoftGraphApiApplication api) |
Set the api property: apiApplication.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withAppId(String appId) |
Set the appId property: The unique identifier for the application that is assigned to an application by Azure AD.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withApplicationTemplateId(String applicationTemplateId) |
Set the applicationTemplateId property: The applicationTemplateId property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withAppRoles(List<MicrosoftGraphAppRole> appRoles) |
Set the appRoles property: The collection of roles the application declares.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: The date and time the application was registered.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withCreatedOnBehalfOf(MicrosoftGraphDirectoryObjectInner createdOnBehalfOf) |
Set the createdOnBehalfOf property: Represents an Azure Active Directory object.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withDeletedDateTime(OffsetDateTime deletedDateTime) |
Set the deletedDateTime property: The deletedDateTime property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withDescription(String description) |
Set the description property: The description property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withDisplayName(String displayName) |
Set the displayName property: The display name for the application.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withExtensionProperties(List<MicrosoftGraphExtensionPropertyInner> extensionProperties) |
Set the extensionProperties property: Read-only.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withGroupMembershipClaims(String groupMembershipClaims) |
Set the groupMembershipClaims property: Configures the groups claim issued in a user or OAuth 2.0 access token
that the application expects.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withHomeRealmDiscoveryPolicies(List<MicrosoftGraphHomeRealmDiscoveryPolicyInner> homeRealmDiscoveryPolicies) |
Set the homeRealmDiscoveryPolicies property: The homeRealmDiscoveryPolicies property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withIdentifierUris(List<String> identifierUris) |
Set the identifierUris property: The URIs that identify the application within its Azure AD tenant, or within a
verified custom domain if the application is multi-tenant.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withInfo(MicrosoftGraphInformationalUrl info) |
Set the info property: informationalUrl.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withIsDeviceOnlyAuthSupported(Boolean isDeviceOnlyAuthSupported) |
Set the isDeviceOnlyAuthSupported property: The isDeviceOnlyAuthSupported property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withIsFallbackPublicClient(Boolean isFallbackPublicClient) |
Set the isFallbackPublicClient property: Specifies the fallback application type as public client, such as an
installed application running on a mobile device.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withKeyCredentials(List<MicrosoftGraphKeyCredentialInner> keyCredentials) |
Set the keyCredentials property: The collection of key credentials associated with the application Not nullable.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withLogo(byte[] logo) |
Set the logo property: The main logo for the application.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withNotes(String notes) |
Set the notes property: The notes property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withOauth2RequirePostResponse(Boolean oauth2RequirePostResponse) |
Set the oauth2RequirePostResponse property: The oauth2RequirePostResponse property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withOptionalClaims(MicrosoftGraphOptionalClaims optionalClaims) |
Set the optionalClaims property: optionalClaims.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withOwners(List<MicrosoftGraphDirectoryObjectInner> owners) |
Set the owners property: Directory objects that are owners of the application.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withParentalControlSettings(MicrosoftGraphParentalControlSettings parentalControlSettings) |
Set the parentalControlSettings property: parentalControlSettings.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withPasswordCredentials(List<MicrosoftGraphPasswordCredentialInner> passwordCredentials) |
Set the passwordCredentials property: The collection of password credentials associated with the application.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withPublicClient(MicrosoftGraphPublicClientApplication publicClient) |
Set the publicClient property: publicClientApplication.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withPublisherDomain(String publisherDomain) |
Set the publisherDomain property: The verified publisher domain for the application.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withRequiredResourceAccess(List<MicrosoftGraphRequiredResourceAccess> requiredResourceAccess) |
Set the requiredResourceAccess property: Specifies resources that this application requires access to and the set
of OAuth permission scopes and application roles that it needs under each of those resources.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withSignInAudience(String signInAudience) |
Set the signInAudience property: Specifies the Microsoft accounts that are supported for the current application.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withTags(List<String> tags) |
Set the tags property: Custom strings that can be used to categorize and identify the application.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withTokenEncryptionKeyId(UUID tokenEncryptionKeyId) |
Set the tokenEncryptionKeyId property: Specifies the keyId of a public key from the keyCredentials collection.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withTokenIssuancePolicies(List<MicrosoftGraphTokenIssuancePolicyInner> tokenIssuancePolicies) |
Set the tokenIssuancePolicies property: The tokenIssuancePolicies property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withTokenLifetimePolicies(List<MicrosoftGraphTokenLifetimePolicyInner> tokenLifetimePolicies) |
Set the tokenLifetimePolicies property: The tokenLifetimePolicies property.
|
MicrosoftGraphApplicationInner |
MicrosoftGraphApplicationInner.withWeb(MicrosoftGraphWebApplication web) |
Set the web property: webApplication.
|