Uses of Class
com.azure.resourcemanager.weightsandbiases.models.SingleSignOnPropertiesV2
Packages that use SingleSignOnPropertiesV2
Package
Description
Package containing the data models for WeightsAndBiases.
-
Uses of SingleSignOnPropertiesV2 in com.azure.resourcemanager.weightsandbiases.models
Methods in com.azure.resourcemanager.weightsandbiases.models that return SingleSignOnPropertiesV2Modifier and TypeMethodDescriptionstatic SingleSignOnPropertiesV2SingleSignOnPropertiesV2.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SingleSignOnPropertiesV2 from the JsonReader.InstanceProperties.singleSignOnProperties()Get the singleSignOnProperties property: Single sign-on properties.SingleSignOnPropertiesV2.withAadDomains(List<String> aadDomains) Set the aadDomains property: List of AAD domains fetched from Microsoft Graph for user.SingleSignOnPropertiesV2.withEnterpriseAppId(String enterpriseAppId) Set the enterpriseAppId property: AAD enterprise application Id used to setup SSO.SingleSignOnPropertiesV2.withState(SingleSignOnStates state) Set the state property: State of the Single Sign On for the resource.SingleSignOnPropertiesV2.withType(SingleSignOnType type) Set the type property: Type of Single Sign-On mechanism being used.Set the url property: URL for SSO to be used by the partner to redirect the user to their system.Methods in com.azure.resourcemanager.weightsandbiases.models with parameters of type SingleSignOnPropertiesV2Modifier and TypeMethodDescriptionInstanceProperties.withSingleSignOnProperties(SingleSignOnPropertiesV2 singleSignOnProperties) Set the singleSignOnProperties property: Single sign-on properties.