aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/yandex-cloud-api-protos/yandex/cloud/iam/v1/role.proto
blob: 704b262b4dc0c025dd854ad0b17f8a7d5ce1f325 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
syntax = "proto3";

package yandex.cloud.iam.v1;

option go_package = "github.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1;iam";
option java_package = "yandex.cloud.api.iam.v1";

// A Role resource. For more information, see [Roles](/docs/iam/concepts/access-control/roles).
message Role {
  // ID of the role.
  string id = 1;

  // Description of the role. 0-256 characters long.
  string description = 2;
}