Uses of Class
com.tencentcloudapi.cam.v20190116.models.SAMLProviderInfo
-
Packages that use SAMLProviderInfo Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of SAMLProviderInfo in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return SAMLProviderInfo Modifier and Type Method Description SAMLProviderInfo[]ListSAMLProvidersResponse. getSAMLProviderSet()Get SAML身份提供商列表Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type SAMLProviderInfo Modifier and Type Method Description voidListSAMLProvidersResponse. setSAMLProviderSet(SAMLProviderInfo[] SAMLProviderSet)Set SAML身份提供商列表Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type SAMLProviderInfo Constructor Description SAMLProviderInfo(SAMLProviderInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-