google_api_service_user v0.0.1 GoogleApi.ServiceUser.V1.Model.Authentication View Source

`Authentication` defines the authentication configuration for an API. Example for an API targeted for external use: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth

Attributes

  • providers (List[AuthProvider]): Defines a set of authentication providers that a service supports. Defaults to: null.
  • rules (List[AuthenticationRule]): A list of authentication rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Defaults to: null.