Uses of Class
com.microsoft.graph.models.AppRole
Packages that use AppRole
-
Uses of AppRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppRoleModifier and TypeMethodDescriptionstatic AppRoleAppRole.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AppRoleModifier and TypeMethodDescriptionApplication.getAppRoles()Gets the appRoles property value.ServicePrincipal.getAppRoles()Gets the appRoles property value.Method parameters in com.microsoft.graph.models with type arguments of type AppRoleModifier and TypeMethodDescriptionvoidApplication.setAppRoles(List<AppRole> value) Sets the appRoles property value.voidServicePrincipal.setAppRoles(List<AppRole> value) Sets the appRoles property value.