Uses of Enum
com.microsoft.graph.models.TokenIssuerType
Packages that use TokenIssuerType
-
Uses of TokenIssuerType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TokenIssuerTypeModifier and TypeMethodDescriptionstatic TokenIssuerTypeRiskDetection.getTokenIssuerType()Gets the tokenIssuerType property value.ServicePrincipalRiskDetection.getTokenIssuerType()Gets the tokenIssuerType property value.static TokenIssuerTypeReturns the enum constant of this type with the specified name.static TokenIssuerType[]TokenIssuerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type TokenIssuerTypeModifier and TypeMethodDescriptionvoidRiskDetection.setTokenIssuerType(TokenIssuerType value) Sets the tokenIssuerType property value.voidServicePrincipalRiskDetection.setTokenIssuerType(TokenIssuerType value) Sets the tokenIssuerType property value.