google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.SeLinuxOptions View Source

SELinuxOptions are the labels to be applied to the container

Attributes

  • level (String.t): Level is SELinux level label that applies to the container. +optional Defaults to: null.
  • role (String.t): Role is a SELinux role label that applies to the container. +optional Defaults to: null.
  • type (String.t): Type is a SELinux type label that applies to the container. +optional Defaults to: null.
  • user (String.t): User is a SELinux user label that applies to the container. +optional Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.SeLinuxOptions{
  level: any(),
  role: any(),
  type: any(),
  user: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.