Uses of Class
odata.msgraph.client.beta.complex.SecurityVendorInformation
-
Packages that use SecurityVendorInformation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SecurityVendorInformation in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SecurityVendorInformation Modifier and Type Method Description SecurityVendorInformationSecurityVendorInformation.Builder. build()SecurityVendorInformationSecurityVendorInformation. withProvider(String provider)SecurityVendorInformationSecurityVendorInformation. withProviderVersion(String providerVersion)SecurityVendorInformationSecurityVendorInformation. withSubProvider(String subProvider)SecurityVendorInformationSecurityVendorInformation. withUnmappedField(String name, String value)SecurityVendorInformationSecurityVendorInformation. withVendor(String vendor) -
Uses of SecurityVendorInformation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SecurityVendorInformation Modifier and Type Field Description protected SecurityVendorInformationAlert. vendorInformationprotected SecurityVendorInformationCloudAppSecurityProfile. vendorInformationprotected SecurityVendorInformationDomainSecurityProfile. vendorInformationprotected SecurityVendorInformationFileSecurityProfile. vendorInformationprotected SecurityVendorInformationHostSecurityProfile. vendorInformationprotected SecurityVendorInformationIpSecurityProfile. vendorInformationprotected SecurityVendorInformationSecureScore. vendorInformationprotected SecurityVendorInformationSecureScoreControlProfile. vendorInformationprotected SecurityVendorInformationSecurityAction. vendorInformationprotected SecurityVendorInformationUserSecurityProfile. vendorInformationMethods in odata.msgraph.client.beta.entity that return types with arguments of type SecurityVendorInformation Modifier and Type Method Description Optional<SecurityVendorInformation>Alert. getVendorInformation()Optional<SecurityVendorInformation>CloudAppSecurityProfile. getVendorInformation()Optional<SecurityVendorInformation>DomainSecurityProfile. getVendorInformation()Optional<SecurityVendorInformation>FileSecurityProfile. getVendorInformation()Optional<SecurityVendorInformation>HostSecurityProfile. getVendorInformation()Optional<SecurityVendorInformation>IpSecurityProfile. getVendorInformation()Optional<SecurityVendorInformation>SecureScore. getVendorInformation()Optional<SecurityVendorInformation>SecureScoreControlProfile. getVendorInformation()Optional<SecurityVendorInformation>SecurityAction. getVendorInformation()Optional<SecurityVendorInformation>UserSecurityProfile. getVendorInformation()
-