Uses of Class
com.microsoft.graph.models.RiskyServicePrincipal
Packages that use RiskyServicePrincipal
-
Uses of RiskyServicePrincipal in com.microsoft.graph.models
Subclasses of RiskyServicePrincipal in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return RiskyServicePrincipalModifier and TypeMethodDescriptionstatic RiskyServicePrincipalRiskyServicePrincipal.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 RiskyServicePrincipalModifier and TypeMethodDescriptionIdentityProtectionRoot.getRiskyServicePrincipals()Gets the riskyServicePrincipals property value.RiskyServicePrincipalCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type RiskyServicePrincipalModifier and TypeMethodDescriptionvoidIdentityProtectionRoot.setRiskyServicePrincipals(List<RiskyServicePrincipal> value) Sets the riskyServicePrincipals property value.voidRiskyServicePrincipalCollectionResponse.setValue(List<RiskyServicePrincipal> value) Sets the value property value.