Uses of Class
odata.msgraph.client.beta.entity.ServicePrincipal
-
Packages that use ServicePrincipal Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of ServicePrincipal in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ServicePrincipal Modifier and Type Method Description ServicePrincipalServicePrincipal.Builder. build()ServicePrincipalServicePrincipal. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ServicePrincipalServicePrincipal. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ServicePrincipalServicePrincipal. withAccountEnabled(Boolean accountEnabled)ServicePrincipalServicePrincipal. withAddIns(List<AddIn> addIns)ServicePrincipalServicePrincipal. withAlternativeNames(List<String> alternativeNames)ServicePrincipalServicePrincipal. withAppDescription(String appDescription)ServicePrincipalServicePrincipal. withAppDisplayName(String appDisplayName)ServicePrincipalServicePrincipal. withAppId(String appId)ServicePrincipalServicePrincipal. withApplicationTemplateId(String applicationTemplateId)ServicePrincipalServicePrincipal. withAppOwnerOrganizationId(UUID appOwnerOrganizationId)ServicePrincipalServicePrincipal. withAppRoleAssignmentRequired(Boolean appRoleAssignmentRequired)ServicePrincipalServicePrincipal. withAppRoles(List<AppRole> appRoles)ServicePrincipalServicePrincipal. withCustomSecurityAttributes(CustomSecurityAttributeValue customSecurityAttributes)ServicePrincipalServicePrincipal. withDescription(String description)ServicePrincipalServicePrincipal. withDisabledByMicrosoftStatus(String disabledByMicrosoftStatus)ServicePrincipalServicePrincipal. withDisplayName(String displayName)ServicePrincipalServicePrincipal. withErrorUrl(String errorUrl)ServicePrincipalServicePrincipal. withHomepage(String homepage)ServicePrincipalServicePrincipal. withInfo(InformationalUrl info)ServicePrincipalServicePrincipal. withKeyCredentials(List<KeyCredential> keyCredentials)ServicePrincipalServicePrincipal. withLoginUrl(String loginUrl)ServicePrincipalServicePrincipal. withLogoutUrl(String logoutUrl)ServicePrincipalServicePrincipal. withNotes(String notes)ServicePrincipalServicePrincipal. withNotificationEmailAddresses(List<String> notificationEmailAddresses)ServicePrincipalServicePrincipal. withPasswordCredentials(List<PasswordCredential> passwordCredentials)ServicePrincipalServicePrincipal. withPasswordSingleSignOnSettings(PasswordSingleSignOnSettings passwordSingleSignOnSettings)ServicePrincipalServicePrincipal. withPreferredSingleSignOnMode(String preferredSingleSignOnMode)ServicePrincipalServicePrincipal. withPreferredTokenSigningKeyEndDateTime(OffsetDateTime preferredTokenSigningKeyEndDateTime)ServicePrincipalServicePrincipal. withPreferredTokenSigningKeyThumbprint(String preferredTokenSigningKeyThumbprint)ServicePrincipalServicePrincipal. withPublishedPermissionScopes(List<PermissionScope> publishedPermissionScopes)ServicePrincipalServicePrincipal. withPublisherName(String publisherName)ServicePrincipalServicePrincipal. withReplyUrls(List<String> replyUrls)ServicePrincipalServicePrincipal. withSamlMetadataUrl(String samlMetadataUrl)ServicePrincipalServicePrincipal. withSamlSingleSignOnSettings(SamlSingleSignOnSettings samlSingleSignOnSettings)ServicePrincipalServicePrincipal. withServicePrincipalNames(List<String> servicePrincipalNames)ServicePrincipalServicePrincipal. withServicePrincipalType(String servicePrincipalType)ServicePrincipalServicePrincipal. withSignInAudience(String signInAudience)ServicePrincipalServicePrincipal. withTags(List<String> tags)ServicePrincipalServicePrincipal. withTokenEncryptionKeyId(UUID tokenEncryptionKeyId)ServicePrincipalServicePrincipal. withUnmappedField(String name, String value) -
Uses of ServicePrincipal in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type ServicePrincipal Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ServicePrincipal>ServicePrincipalCollectionRequest. delta()
-