GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider.fromJson constructor
GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider.fromJson(
core.Map json_,
) : this(
allowedIssuers:
(json_['allowedIssuers'] as core.List?)
?.map((value) => value as core.String)
.toList(),
audiences:
(json_['audiences'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);