Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Identity and Access Management
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • ListProfiles
        • Create
        • Update
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • ListProfilesRequest
  • ListProfilesResponse
  • Profile
  1. API reference
  2. gRPC
  3. OAuthClient
  4. ListProfiles

Identity and Access Management API, gRPC: OAuthClientService.ListProfiles

Written by
Yandex Cloud
Updated at June 23, 2026
  • gRPC request
  • ListProfilesRequest
  • ListProfilesResponse
  • Profile

Retrieves the list of profiles that define sets of allowed settings for oauth clients.

gRPC requestgRPC request

rpc ListProfiles (ListProfilesRequest) returns (ListProfilesResponse)

ListProfilesRequestListProfilesRequest

{}

Request message for OAuthClientService.ListProfiles.

Field

Description

Empty

ListProfilesResponseListProfilesResponse

{
  "profiles": [
    {
      "id": "string",
      "authentication_methods_allowed_values": [
        "string"
      ],
      "authentication_methods_default_values": [
        "string"
      ],
      "pkce_required_readonly": "bool",
      "pkce_required_default_value": "bool"
    }
  ]
}

Response message for OAuthClientService.ListProfiles.

Field

Description

profiles[]

Profile

List of profiles that define sets of allowed settings for oauth clients.

ProfileProfile

Profile defines a set of allowed settings that can be applied to an OAuthClient
(see CreateOAuthClientRequest.profile_id).

Field

Description

id

string

ID of the profile.

authentication_methods_allowed_values[]

string

Authentication methods that are allowed to be set on the oauth client.

authentication_methods_default_values[]

string

Suggested default authentication methods for oauth clients bound to this profile.

pkce_required_readonly

bool

If true, the OAuthClient.pkce_required flag cannot be changed and is fixed
to pkce_required_default_value.

pkce_required_default_value

bool

Default value of the OAuthClient.pkce_required flag for oauth clients bound to this profile.

Was the article helpful?

Previous
List
Next
Create
© 2026 Direct Cursus Technology L.L.C.