Twilio.Resources.Iam.V1.Role.Permission (twilio_elixir v0.1.3)

Copy Markdown View Source

Permission resource.

SID prefix: IZ

Parent: /v1/Roles/{Sid}

Properties

FieldDescription
actionThe action granted by the permission (e.g., read).
externalDescriptionThe external description of the permission.
namespaceThe namespace of the permission (e.g., twilio).
productThe product the permission belongs to (e.g., iam).
resourceThe resource the permission applies to (e.g., roles).
sidThe unique string that identifies the Permission resource.

Summary

Types

t()

@type t() :: %Twilio.Resources.Iam.V1.Role.Permission{
  action: String.t() | nil,
  externalDescription: String.t() | nil,
  namespace: String.t() | nil,
  product: String.t() | nil,
  resource: String.t() | nil,
  sid: String.t() | nil
}

Functions

object_name()

sid_prefix()