Skip to main contentIBM Video Streaming Developers

Role

Role represents user’s rights to resources through the API.

enum Role {
    # Readers can read all of the resources, but they cannot modify any.
    READER
    # Admins can read all of the resources, and they can modify all except users and SSH keys.
    ADMIN
    # Superadmins can read and modify all of the resources.
    SUPERADMIN
}

Values

NAMEDESCRIPTION
READERReaders can read all of the resources, but they cannot modify any.
ADMINAdmins can read all of the resources, and they can modify all except users and SSH keys.
SUPERADMINSuperadmins can read and modify all of the resources.