View Source GoogleApi.CloudIdentity.V1.Model.ListIdpCredentialsResponse (google_api_cloud_identity v0.33.0)
Response of the InboundSamlSsoProfilesService.ListIdpCredentials method.
Attributes
-
idpCredentials(type:list(GoogleApi.CloudIdentity.V1.Model.IdpCredential.t), default:nil) - The IdpCredentials from the specified InboundSamlSsoProfile. -
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.ListIdpCredentialsResponse{ idpCredentials: [GoogleApi.CloudIdentity.V1.Model.IdpCredential.t()] | nil, nextPageToken: String.t() | nil }