Uses of Class
com.azure.resourcemanager.astro.models.LiftrBaseSingleSignOnProperties
Packages that use LiftrBaseSingleSignOnProperties
Package
Description
Package containing the data models for AstroMgmtClient.
-
Uses of LiftrBaseSingleSignOnProperties in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return LiftrBaseSingleSignOnPropertiesModifier and TypeMethodDescriptionLiftrBaseSingleSignOnProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LiftrBaseSingleSignOnProperties from the JsonReader.LiftrBaseDataPartnerOrganizationProperties.singleSignOnProperties()Get the singleSignOnProperties property: Single Sign On properties for the organization.LiftrBaseDataPartnerOrganizationPropertiesUpdate.singleSignOnProperties()Get the singleSignOnProperties property: Single Sign On properties for the organization.LiftrBaseSingleSignOnProperties.withAadDomains(List<String> aadDomains) Set the aadDomains property: List of AAD domains fetched from Microsoft Graph for user.LiftrBaseSingleSignOnProperties.withEnterpriseAppId(String enterpriseAppId) Set the enterpriseAppId property: AAD enterprise application Id used to setup SSO.LiftrBaseSingleSignOnProperties.withSingleSignOnState(SingleSignOnStates singleSignOnState) Set the singleSignOnState property: State of the Single Sign On for the organization.LiftrBaseSingleSignOnProperties.withSingleSignOnUrl(String singleSignOnUrl) Set the singleSignOnUrl property: URL for SSO to be used by the partner to redirect the user to their system.Methods in com.azure.resourcemanager.astro.models with parameters of type LiftrBaseSingleSignOnPropertiesModifier and TypeMethodDescriptionLiftrBaseDataPartnerOrganizationProperties.withSingleSignOnProperties(LiftrBaseSingleSignOnProperties singleSignOnProperties) Set the singleSignOnProperties property: Single Sign On properties for the organization.LiftrBaseDataPartnerOrganizationPropertiesUpdate.withSingleSignOnProperties(LiftrBaseSingleSignOnProperties singleSignOnProperties) Set the singleSignOnProperties property: Single Sign On properties for the organization.