Skip to main content

IAM_CreateRole

IAM_CreateRole

Path Parameters
  • role string required

    The role id.

Request Body required
  • role object required
    • name string

      The name of the role.

    • displayName string

      The display name of this role.

    • description string

      A brief description of what this role is used for.

    • includedPermissions string[]

      The names of the permissions this role grants when bound in an IAM policy.

    • etag bytes

      Used to perform a consistent read-modify-write.

Responses

OK

Schema
  • name string

    The name of the role.

  • displayName string

    The display name of this role.

  • description string

    A brief description of what this role is used for.

  • includedPermissions string[]

    The names of the permissions this role grants when bound in an IAM policy.

  • etag bytes

    Used to perform a consistent read-modify-write.