Uses of Class
odata.msgraph.client.complex.ServicePrincipalLockConfiguration
-
Packages that use ServicePrincipalLockConfiguration Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ServicePrincipalLockConfiguration in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ServicePrincipalLockConfiguration Modifier and Type Method Description ServicePrincipalLockConfigurationServicePrincipalLockConfiguration.Builder. build()ServicePrincipalLockConfigurationServicePrincipalLockConfiguration. withAllProperties(Boolean allProperties)ServicePrincipalLockConfigurationServicePrincipalLockConfiguration. withCredentialsWithUsageSign(Boolean credentialsWithUsageSign)ServicePrincipalLockConfigurationServicePrincipalLockConfiguration. withCredentialsWithUsageVerify(Boolean credentialsWithUsageVerify)ServicePrincipalLockConfigurationServicePrincipalLockConfiguration. withIsEnabled(Boolean isEnabled)ServicePrincipalLockConfigurationServicePrincipalLockConfiguration. withTokenEncryptionKeyId(Boolean tokenEncryptionKeyId)ServicePrincipalLockConfigurationServicePrincipalLockConfiguration. withUnmappedField(String name, Object value) -
Uses of ServicePrincipalLockConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ServicePrincipalLockConfiguration Modifier and Type Field Description protected ServicePrincipalLockConfigurationApplication. servicePrincipalLockConfigurationMethods in odata.msgraph.client.entity that return types with arguments of type ServicePrincipalLockConfiguration Modifier and Type Method Description Optional<ServicePrincipalLockConfiguration>Application. getServicePrincipalLockConfiguration()Methods in odata.msgraph.client.entity with parameters of type ServicePrincipalLockConfiguration Modifier and Type Method Description Application.BuilderApplication.Builder. servicePrincipalLockConfiguration(ServicePrincipalLockConfiguration servicePrincipalLockConfiguration)ApplicationApplication. withServicePrincipalLockConfiguration(ServicePrincipalLockConfiguration servicePrincipalLockConfiguration)
-