models

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2020 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddOryAccessControlPolicyRoleMembers

type AddOryAccessControlPolicyRoleMembers struct {

	// body
	Body *AddOryAccessControlPolicyRoleMembersBody `json:"Body,omitempty"`

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The ID of the ORY Access Control Policy Role.
	//
	// in: path
	// Required: true
	ID *string `json:"id"`
}

AddOryAccessControlPolicyRoleMembers AddOryAccessControlPolicyRoleMembers add ory access control policy role members swagger:model addOryAccessControlPolicyRoleMembers

func (*AddOryAccessControlPolicyRoleMembers) MarshalBinary

func (m *AddOryAccessControlPolicyRoleMembers) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembers) UnmarshalBinary

func (m *AddOryAccessControlPolicyRoleMembers) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembers) Validate

Validate validates this add ory access control policy role members

type AddOryAccessControlPolicyRoleMembersBody

type AddOryAccessControlPolicyRoleMembersBody struct {

	// The members to be added.
	Members []string `json:"members"`
}

AddOryAccessControlPolicyRoleMembersBody add ory access control policy role members body swagger:model addOryAccessControlPolicyRoleMembersBody

func (*AddOryAccessControlPolicyRoleMembersBody) MarshalBinary

func (m *AddOryAccessControlPolicyRoleMembersBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersBody) UnmarshalBinary

func (m *AddOryAccessControlPolicyRoleMembersBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersBody) Validate

Validate validates this add ory access control policy role members body

type AddOryAccessControlPolicyRoleMembersInternalServerError

type AddOryAccessControlPolicyRoleMembersInternalServerError struct {

	// payload
	Payload *AddOryAccessControlPolicyRoleMembersInternalServerErrorBody `json:"Payload,omitempty"`
}

AddOryAccessControlPolicyRoleMembersInternalServerError AddOryAccessControlPolicyRoleMembersInternalServerError AddOryAccessControlPolicyRoleMembersInternalServerError handles this case with default header values.

The standard error format swagger:model AddOryAccessControlPolicyRoleMembersInternalServerError

func (*AddOryAccessControlPolicyRoleMembersInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersInternalServerError) Validate

Validate validates this add ory access control policy role members internal server error

type AddOryAccessControlPolicyRoleMembersInternalServerErrorBody

type AddOryAccessControlPolicyRoleMembersInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

AddOryAccessControlPolicyRoleMembersInternalServerErrorBody AddOryAccessControlPolicyRoleMembersInternalServerErrorBody add ory access control policy role members internal server error body swagger:model AddOryAccessControlPolicyRoleMembersInternalServerErrorBody

func (*AddOryAccessControlPolicyRoleMembersInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersInternalServerErrorBody) Validate

Validate validates this add ory access control policy role members internal server error body

type AddOryAccessControlPolicyRoleMembersOK

type AddOryAccessControlPolicyRoleMembersOK struct {

	// payload
	Payload *OryAccessControlPolicyRole `json:"Payload,omitempty"`
}

AddOryAccessControlPolicyRoleMembersOK AddOryAccessControlPolicyRoleMembersOK AddOryAccessControlPolicyRoleMembersOK handles this case with default header values.

oryAccessControlPolicyRole swagger:model AddOryAccessControlPolicyRoleMembersOK

func (*AddOryAccessControlPolicyRoleMembersOK) MarshalBinary

func (m *AddOryAccessControlPolicyRoleMembersOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersOK) UnmarshalBinary

func (m *AddOryAccessControlPolicyRoleMembersOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AddOryAccessControlPolicyRoleMembersOK) Validate

Validate validates this add ory access control policy role members o k

type AddOryAccessControlPolicyRoleMembersReader

type AddOryAccessControlPolicyRoleMembersReader interface{}

AddOryAccessControlPolicyRoleMembersReader AddOryAccessControlPolicyRoleMembersReader AddOryAccessControlPolicyRoleMembersReader AddOryAccessControlPolicyRoleMembersReader is a Reader for the AddOryAccessControlPolicyRoleMembers structure. swagger:model AddOryAccessControlPolicyRoleMembersReader

type AuthorizationResult

type AuthorizationResult struct {

	// Allowed is true if the request should be allowed and false otherwise.
	// Required: true
	Allowed *bool `json:"allowed"`
}

AuthorizationResult AuthorizationResult is the result of an access control decision. It contains the decision outcome. swagger:model authorizationResult

func (*AuthorizationResult) MarshalBinary

func (m *AuthorizationResult) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AuthorizationResult) UnmarshalBinary

func (m *AuthorizationResult) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AuthorizationResult) Validate

func (m *AuthorizationResult) Validate(formats strfmt.Registry) error

Validate validates this authorization result

type Context

type Context map[string]interface{}

Context Context Context Context Context Context Context Context Context Context context swagger:model Context

func (Context) Validate

func (m Context) Validate(formats strfmt.Registry) error

Validate validates this context

type DeleteOryAccessControlPolicy

type DeleteOryAccessControlPolicy struct {

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The ID of the ORY Access Control Policy Role.
	//
	// in: path
	// Required: true
	ID *string `json:"id"`
}

DeleteOryAccessControlPolicy DeleteOryAccessControlPolicy delete ory access control policy swagger:model deleteOryAccessControlPolicy

func (*DeleteOryAccessControlPolicy) MarshalBinary

func (m *DeleteOryAccessControlPolicy) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DeleteOryAccessControlPolicy) UnmarshalBinary

func (m *DeleteOryAccessControlPolicy) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DeleteOryAccessControlPolicy) Validate

func (m *DeleteOryAccessControlPolicy) Validate(formats strfmt.Registry) error

Validate validates this delete ory access control policy

type DeleteOryAccessControlPolicyCreated

type DeleteOryAccessControlPolicyCreated interface{}

DeleteOryAccessControlPolicyCreated DeleteOryAccessControlPolicyCreated DeleteOryAccessControlPolicyCreated DeleteOryAccessControlPolicyCreated DeleteOryAccessControlPolicyCreated DeleteOryAccessControlPolicyCreated handles this case with default header values.

An empty response swagger:model DeleteOryAccessControlPolicyCreated

type DeleteOryAccessControlPolicyInternalServerError

type DeleteOryAccessControlPolicyInternalServerError struct {

	// payload
	Payload *DeleteOryAccessControlPolicyInternalServerErrorBody `json:"Payload,omitempty"`
}

DeleteOryAccessControlPolicyInternalServerError DeleteOryAccessControlPolicyInternalServerError DeleteOryAccessControlPolicyInternalServerError DeleteOryAccessControlPolicyInternalServerError DeleteOryAccessControlPolicyInternalServerError handles this case with default header values.

The standard error format swagger:model DeleteOryAccessControlPolicyInternalServerError

func (*DeleteOryAccessControlPolicyInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyInternalServerError) Validate

Validate validates this delete ory access control policy internal server error

type DeleteOryAccessControlPolicyInternalServerErrorBody

type DeleteOryAccessControlPolicyInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

DeleteOryAccessControlPolicyInternalServerErrorBody DeleteOryAccessControlPolicyInternalServerErrorBody DeleteOryAccessControlPolicyInternalServerErrorBody delete ory access control policy internal server error body swagger:model DeleteOryAccessControlPolicyInternalServerErrorBody

func (*DeleteOryAccessControlPolicyInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyInternalServerErrorBody) Validate

Validate validates this delete ory access control policy internal server error body

type DeleteOryAccessControlPolicyNoContent

type DeleteOryAccessControlPolicyNoContent interface{}

DeleteOryAccessControlPolicyNoContent DeleteOryAccessControlPolicyNoContent DeleteOryAccessControlPolicyNoContent DeleteOryAccessControlPolicyNoContent handles this case with default header values.

An empty response swagger:model DeleteOryAccessControlPolicyNoContent

type DeleteOryAccessControlPolicyReader

type DeleteOryAccessControlPolicyReader interface{}

DeleteOryAccessControlPolicyReader DeleteOryAccessControlPolicyReader DeleteOryAccessControlPolicyReader DeleteOryAccessControlPolicyReader is a Reader for the DeleteOryAccessControlPolicy structure. swagger:model DeleteOryAccessControlPolicyReader

type DeleteOryAccessControlPolicyRole

type DeleteOryAccessControlPolicyRole struct {

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The ID of the ORY Access Control Policy Role.
	// in: path
	// Required: true
	ID *string `json:"id"`
}

DeleteOryAccessControlPolicyRole DeleteOryAccessControlPolicyRole delete ory access control policy role swagger:model deleteOryAccessControlPolicyRole

func (*DeleteOryAccessControlPolicyRole) MarshalBinary

func (m *DeleteOryAccessControlPolicyRole) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyRole) UnmarshalBinary

func (m *DeleteOryAccessControlPolicyRole) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyRole) Validate

Validate validates this delete ory access control policy role

type DeleteOryAccessControlPolicyRoleCreated

type DeleteOryAccessControlPolicyRoleCreated interface{}

DeleteOryAccessControlPolicyRoleCreated DeleteOryAccessControlPolicyRoleCreated DeleteOryAccessControlPolicyRoleCreated DeleteOryAccessControlPolicyRoleCreated DeleteOryAccessControlPolicyRoleCreated DeleteOryAccessControlPolicyRoleCreated DeleteOryAccessControlPolicyRoleCreated DeleteOryAccessControlPolicyRoleCreated handles this case with default header values.

An empty response swagger:model DeleteOryAccessControlPolicyRoleCreated

type DeleteOryAccessControlPolicyRoleInternalServerError

type DeleteOryAccessControlPolicyRoleInternalServerError struct {

	// payload
	Payload *DeleteOryAccessControlPolicyRoleInternalServerErrorBody `json:"Payload,omitempty"`
}

DeleteOryAccessControlPolicyRoleInternalServerError DeleteOryAccessControlPolicyRoleInternalServerError DeleteOryAccessControlPolicyRoleInternalServerError handles this case with default header values.

The standard error format swagger:model DeleteOryAccessControlPolicyRoleInternalServerError

func (*DeleteOryAccessControlPolicyRoleInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyRoleInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyRoleInternalServerError) Validate

Validate validates this delete ory access control policy role internal server error

type DeleteOryAccessControlPolicyRoleInternalServerErrorBody

type DeleteOryAccessControlPolicyRoleInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

DeleteOryAccessControlPolicyRoleInternalServerErrorBody DeleteOryAccessControlPolicyRoleInternalServerErrorBody delete ory access control policy role internal server error body swagger:model DeleteOryAccessControlPolicyRoleInternalServerErrorBody

func (*DeleteOryAccessControlPolicyRoleInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyRoleInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DeleteOryAccessControlPolicyRoleInternalServerErrorBody) Validate

Validate validates this delete ory access control policy role internal server error body

type DeleteOryAccessControlPolicyRoleNoContent

type DeleteOryAccessControlPolicyRoleNoContent interface{}

DeleteOryAccessControlPolicyRoleNoContent DeleteOryAccessControlPolicyRoleNoContent DeleteOryAccessControlPolicyRoleNoContent handles this case with default header values.

An empty response swagger:model DeleteOryAccessControlPolicyRoleNoContent

type DeleteOryAccessControlPolicyRoleReader

type DeleteOryAccessControlPolicyRoleReader interface{}

DeleteOryAccessControlPolicyRoleReader DeleteOryAccessControlPolicyRoleReader DeleteOryAccessControlPolicyRoleReader DeleteOryAccessControlPolicyRoleReader DeleteOryAccessControlPolicyRoleReader is a Reader for the DeleteOryAccessControlPolicyRole structure. swagger:model DeleteOryAccessControlPolicyRoleReader

type DoOryAccessControlPoliciesAllow

type DoOryAccessControlPoliciesAllow struct {

	// body
	Body *OryAccessControlPolicyAllowedInput `json:"Body,omitempty"`

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`
}

DoOryAccessControlPoliciesAllow DoOryAccessControlPoliciesAllow do ory access control policies allow swagger:model doOryAccessControlPoliciesAllow

func (*DoOryAccessControlPoliciesAllow) MarshalBinary

func (m *DoOryAccessControlPoliciesAllow) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllow) UnmarshalBinary

func (m *DoOryAccessControlPoliciesAllow) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllow) Validate

Validate validates this do ory access control policies allow

type DoOryAccessControlPoliciesAllowForbidden

type DoOryAccessControlPoliciesAllowForbidden struct {

	// payload
	Payload *AuthorizationResult `json:"Payload,omitempty"`
}

DoOryAccessControlPoliciesAllowForbidden DoOryAccessControlPoliciesAllowForbidden DoOryAccessControlPoliciesAllowForbidden DoOryAccessControlPoliciesAllowForbidden handles this case with default header values.

authorizationResult swagger:model DoOryAccessControlPoliciesAllowForbidden

func (*DoOryAccessControlPoliciesAllowForbidden) MarshalBinary

func (m *DoOryAccessControlPoliciesAllowForbidden) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowForbidden) UnmarshalBinary

func (m *DoOryAccessControlPoliciesAllowForbidden) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowForbidden) Validate

Validate validates this do ory access control policies allow forbidden

type DoOryAccessControlPoliciesAllowInternalServerError

type DoOryAccessControlPoliciesAllowInternalServerError struct {

	// payload
	Payload *DoOryAccessControlPoliciesAllowInternalServerErrorBody `json:"Payload,omitempty"`
}

DoOryAccessControlPoliciesAllowInternalServerError DoOryAccessControlPoliciesAllowInternalServerError DoOryAccessControlPoliciesAllowInternalServerError DoOryAccessControlPoliciesAllowInternalServerError handles this case with default header values.

The standard error format swagger:model DoOryAccessControlPoliciesAllowInternalServerError

func (*DoOryAccessControlPoliciesAllowInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowInternalServerError) Validate

Validate validates this do ory access control policies allow internal server error

type DoOryAccessControlPoliciesAllowInternalServerErrorBody

type DoOryAccessControlPoliciesAllowInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

DoOryAccessControlPoliciesAllowInternalServerErrorBody DoOryAccessControlPoliciesAllowInternalServerErrorBody DoOryAccessControlPoliciesAllowInternalServerErrorBody do ory access control policies allow internal server error body swagger:model DoOryAccessControlPoliciesAllowInternalServerErrorBody

func (*DoOryAccessControlPoliciesAllowInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowInternalServerErrorBody) Validate

Validate validates this do ory access control policies allow internal server error body

type DoOryAccessControlPoliciesAllowOK

type DoOryAccessControlPoliciesAllowOK struct {

	// payload
	Payload *AuthorizationResult `json:"Payload,omitempty"`
}

DoOryAccessControlPoliciesAllowOK DoOryAccessControlPoliciesAllowOK DoOryAccessControlPoliciesAllowOK handles this case with default header values.

authorizationResult swagger:model DoOryAccessControlPoliciesAllowOK

func (*DoOryAccessControlPoliciesAllowOK) MarshalBinary

func (m *DoOryAccessControlPoliciesAllowOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowOK) UnmarshalBinary

func (m *DoOryAccessControlPoliciesAllowOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DoOryAccessControlPoliciesAllowOK) Validate

Validate validates this do ory access control policies allow o k

type DoOryAccessControlPoliciesAllowReader

type DoOryAccessControlPoliciesAllowReader interface{}

DoOryAccessControlPoliciesAllowReader DoOryAccessControlPoliciesAllowReader DoOryAccessControlPoliciesAllowReader is a Reader for the DoOryAccessControlPoliciesAllow structure. swagger:model DoOryAccessControlPoliciesAllowReader

type GetOryAccessControlPolicy

type GetOryAccessControlPolicy struct {

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The ID of the ORY Access Control Policy Role.
	//
	// in: path
	// Required: true
	ID *string `json:"id"`
}

GetOryAccessControlPolicy GetOryAccessControlPolicy get ory access control policy swagger:model getOryAccessControlPolicy

func (*GetOryAccessControlPolicy) MarshalBinary

func (m *GetOryAccessControlPolicy) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicy) UnmarshalBinary

func (m *GetOryAccessControlPolicy) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicy) Validate

func (m *GetOryAccessControlPolicy) Validate(formats strfmt.Registry) error

Validate validates this get ory access control policy

type GetOryAccessControlPolicyInternalServerError

type GetOryAccessControlPolicyInternalServerError struct {

	// payload
	Payload *GetOryAccessControlPolicyInternalServerErrorBody `json:"Payload,omitempty"`
}

GetOryAccessControlPolicyInternalServerError GetOryAccessControlPolicyInternalServerError GetOryAccessControlPolicyInternalServerError GetOryAccessControlPolicyInternalServerError GetOryAccessControlPolicyInternalServerError handles this case with default header values.

The standard error format swagger:model GetOryAccessControlPolicyInternalServerError

func (*GetOryAccessControlPolicyInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyInternalServerError) Validate

Validate validates this get ory access control policy internal server error

type GetOryAccessControlPolicyInternalServerErrorBody

type GetOryAccessControlPolicyInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

GetOryAccessControlPolicyInternalServerErrorBody GetOryAccessControlPolicyInternalServerErrorBody GetOryAccessControlPolicyInternalServerErrorBody get ory access control policy internal server error body swagger:model GetOryAccessControlPolicyInternalServerErrorBody

func (*GetOryAccessControlPolicyInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyInternalServerErrorBody) Validate

Validate validates this get ory access control policy internal server error body

type GetOryAccessControlPolicyNotFound

type GetOryAccessControlPolicyNotFound struct {

	// payload
	Payload *GetOryAccessControlPolicyNotFoundBody `json:"Payload,omitempty"`
}

GetOryAccessControlPolicyNotFound GetOryAccessControlPolicyNotFound GetOryAccessControlPolicyNotFound handles this case with default header values.

The standard error format swagger:model GetOryAccessControlPolicyNotFound

func (*GetOryAccessControlPolicyNotFound) MarshalBinary

func (m *GetOryAccessControlPolicyNotFound) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyNotFound) UnmarshalBinary

func (m *GetOryAccessControlPolicyNotFound) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyNotFound) Validate

Validate validates this get ory access control policy not found

type GetOryAccessControlPolicyNotFoundBody

type GetOryAccessControlPolicyNotFoundBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

GetOryAccessControlPolicyNotFoundBody GetOryAccessControlPolicyNotFoundBody GetOryAccessControlPolicyNotFoundBody get ory access control policy not found body swagger:model GetOryAccessControlPolicyNotFoundBody

func (*GetOryAccessControlPolicyNotFoundBody) MarshalBinary

func (m *GetOryAccessControlPolicyNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyNotFoundBody) UnmarshalBinary

func (m *GetOryAccessControlPolicyNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyNotFoundBody) Validate

Validate validates this get ory access control policy not found body

type GetOryAccessControlPolicyOK

type GetOryAccessControlPolicyOK struct {

	// payload
	Payload *OryAccessControlPolicy `json:"Payload,omitempty"`
}

GetOryAccessControlPolicyOK GetOryAccessControlPolicyOK GetOryAccessControlPolicyOK GetOryAccessControlPolicyOK handles this case with default header values.

oryAccessControlPolicy swagger:model GetOryAccessControlPolicyOK

func (*GetOryAccessControlPolicyOK) MarshalBinary

func (m *GetOryAccessControlPolicyOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyOK) UnmarshalBinary

func (m *GetOryAccessControlPolicyOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyOK) Validate

func (m *GetOryAccessControlPolicyOK) Validate(formats strfmt.Registry) error

Validate validates this get ory access control policy o k

type GetOryAccessControlPolicyReader

type GetOryAccessControlPolicyReader interface{}

GetOryAccessControlPolicyReader GetOryAccessControlPolicyReader GetOryAccessControlPolicyReader GetOryAccessControlPolicyReader GetOryAccessControlPolicyReader is a Reader for the GetOryAccessControlPolicy structure. swagger:model GetOryAccessControlPolicyReader

type GetOryAccessControlPolicyRole

type GetOryAccessControlPolicyRole struct {

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The ID of the ORY Access Control Policy Role.
	//
	// in: path
	// Required: true
	ID *string `json:"id"`
}

GetOryAccessControlPolicyRole GetOryAccessControlPolicyRole get ory access control policy role swagger:model getOryAccessControlPolicyRole

func (*GetOryAccessControlPolicyRole) MarshalBinary

func (m *GetOryAccessControlPolicyRole) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyRole) UnmarshalBinary

func (m *GetOryAccessControlPolicyRole) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyRole) Validate

func (m *GetOryAccessControlPolicyRole) Validate(formats strfmt.Registry) error

Validate validates this get ory access control policy role

type GetOryAccessControlPolicyRoleInternalServerError

type GetOryAccessControlPolicyRoleInternalServerError struct {

	// payload
	Payload *GetOryAccessControlPolicyRoleInternalServerErrorBody `json:"Payload,omitempty"`
}

GetOryAccessControlPolicyRoleInternalServerError GetOryAccessControlPolicyRoleInternalServerError GetOryAccessControlPolicyRoleInternalServerError handles this case with default header values.

The standard error format swagger:model GetOryAccessControlPolicyRoleInternalServerError

func (*GetOryAccessControlPolicyRoleInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleInternalServerError) Validate

Validate validates this get ory access control policy role internal server error

type GetOryAccessControlPolicyRoleInternalServerErrorBody

type GetOryAccessControlPolicyRoleInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

GetOryAccessControlPolicyRoleInternalServerErrorBody GetOryAccessControlPolicyRoleInternalServerErrorBody get ory access control policy role internal server error body swagger:model GetOryAccessControlPolicyRoleInternalServerErrorBody

func (*GetOryAccessControlPolicyRoleInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleInternalServerErrorBody) Validate

Validate validates this get ory access control policy role internal server error body

type GetOryAccessControlPolicyRoleNotFound

type GetOryAccessControlPolicyRoleNotFound struct {

	// payload
	Payload *GetOryAccessControlPolicyRoleNotFoundBody `json:"Payload,omitempty"`
}

GetOryAccessControlPolicyRoleNotFound GetOryAccessControlPolicyRoleNotFound GetOryAccessControlPolicyRoleNotFound GetOryAccessControlPolicyRoleNotFound handles this case with default header values.

The standard error format swagger:model GetOryAccessControlPolicyRoleNotFound

func (*GetOryAccessControlPolicyRoleNotFound) MarshalBinary

func (m *GetOryAccessControlPolicyRoleNotFound) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleNotFound) UnmarshalBinary

func (m *GetOryAccessControlPolicyRoleNotFound) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleNotFound) Validate

Validate validates this get ory access control policy role not found

type GetOryAccessControlPolicyRoleNotFoundBody

type GetOryAccessControlPolicyRoleNotFoundBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

GetOryAccessControlPolicyRoleNotFoundBody GetOryAccessControlPolicyRoleNotFoundBody GetOryAccessControlPolicyRoleNotFoundBody GetOryAccessControlPolicyRoleNotFoundBody get ory access control policy role not found body swagger:model GetOryAccessControlPolicyRoleNotFoundBody

func (*GetOryAccessControlPolicyRoleNotFoundBody) MarshalBinary

func (m *GetOryAccessControlPolicyRoleNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleNotFoundBody) UnmarshalBinary

func (m *GetOryAccessControlPolicyRoleNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleNotFoundBody) Validate

Validate validates this get ory access control policy role not found body

type GetOryAccessControlPolicyRoleOK

type GetOryAccessControlPolicyRoleOK struct {

	// payload
	Payload *OryAccessControlPolicyRole `json:"Payload,omitempty"`
}

GetOryAccessControlPolicyRoleOK GetOryAccessControlPolicyRoleOK GetOryAccessControlPolicyRoleOK handles this case with default header values.

oryAccessControlPolicyRole swagger:model GetOryAccessControlPolicyRoleOK

func (*GetOryAccessControlPolicyRoleOK) MarshalBinary

func (m *GetOryAccessControlPolicyRoleOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleOK) UnmarshalBinary

func (m *GetOryAccessControlPolicyRoleOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOryAccessControlPolicyRoleOK) Validate

Validate validates this get ory access control policy role o k

type GetOryAccessControlPolicyRoleReader

type GetOryAccessControlPolicyRoleReader interface{}

GetOryAccessControlPolicyRoleReader GetOryAccessControlPolicyRoleReader GetOryAccessControlPolicyRoleReader GetOryAccessControlPolicyRoleReader is a Reader for the GetOryAccessControlPolicyRole structure. swagger:model GetOryAccessControlPolicyRoleReader

type HealthNotReadyStatus

type HealthNotReadyStatus struct {

	// Errors contains a list of errors that caused the not ready status.
	Errors map[string]string `json:"errors,omitempty"`
}

HealthNotReadyStatus health not ready status swagger:model healthNotReadyStatus

func (*HealthNotReadyStatus) MarshalBinary

func (m *HealthNotReadyStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HealthNotReadyStatus) UnmarshalBinary

func (m *HealthNotReadyStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HealthNotReadyStatus) Validate

func (m *HealthNotReadyStatus) Validate(formats strfmt.Registry) error

Validate validates this health not ready status

type HealthStatus

type HealthStatus struct {

	// Status always contains "ok".
	Status string `json:"status,omitempty"`
}

HealthStatus health status swagger:model healthStatus

func (*HealthStatus) MarshalBinary

func (m *HealthStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HealthStatus) UnmarshalBinary

func (m *HealthStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HealthStatus) Validate

func (m *HealthStatus) Validate(formats strfmt.Registry) error

Validate validates this health status

type Input

type Input struct {

	// Action is the action that is requested on the resource.
	Action string `json:"action,omitempty"`

	// Context is the request's environmental context.
	Context map[string]interface{} `json:"context,omitempty"`

	// Resource is the resource that access is requested to.
	Resource string `json:"resource,omitempty"`

	// Subject is the subject that is requesting access.
	Subject string `json:"subject,omitempty"`
}

Input Input Input Input Input Input for checking if a request is allowed or not. swagger:model Input

func (*Input) MarshalBinary

func (m *Input) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Input) UnmarshalBinary

func (m *Input) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Input) Validate

func (m *Input) Validate(formats strfmt.Registry) error

Validate validates this input

type IsInstanceAliveInternalServerError

type IsInstanceAliveInternalServerError struct {

	// payload
	Payload *IsInstanceAliveInternalServerErrorBody `json:"Payload,omitempty"`
}

IsInstanceAliveInternalServerError IsInstanceAliveInternalServerError IsInstanceAliveInternalServerError handles this case with default header values.

The standard error format swagger:model IsInstanceAliveInternalServerError

func (*IsInstanceAliveInternalServerError) MarshalBinary

func (m *IsInstanceAliveInternalServerError) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IsInstanceAliveInternalServerError) UnmarshalBinary

func (m *IsInstanceAliveInternalServerError) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IsInstanceAliveInternalServerError) Validate

Validate validates this is instance alive internal server error

type IsInstanceAliveInternalServerErrorBody

type IsInstanceAliveInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

IsInstanceAliveInternalServerErrorBody IsInstanceAliveInternalServerErrorBody is instance alive internal server error body swagger:model IsInstanceAliveInternalServerErrorBody

func (*IsInstanceAliveInternalServerErrorBody) MarshalBinary

func (m *IsInstanceAliveInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IsInstanceAliveInternalServerErrorBody) UnmarshalBinary

func (m *IsInstanceAliveInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IsInstanceAliveInternalServerErrorBody) Validate

Validate validates this is instance alive internal server error body

type IsInstanceAliveOK

type IsInstanceAliveOK struct {

	// payload
	Payload *SwaggerHealthStatus `json:"Payload,omitempty"`
}

IsInstanceAliveOK IsInstanceAliveOK IsInstanceAliveOK IsInstanceAliveOK handles this case with default header values.

healthStatus swagger:model IsInstanceAliveOK

func (*IsInstanceAliveOK) MarshalBinary

func (m *IsInstanceAliveOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IsInstanceAliveOK) UnmarshalBinary

func (m *IsInstanceAliveOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IsInstanceAliveOK) Validate

func (m *IsInstanceAliveOK) Validate(formats strfmt.Registry) error

Validate validates this is instance alive o k

type IsInstanceAliveReader

type IsInstanceAliveReader interface{}

IsInstanceAliveReader IsInstanceAliveReader IsInstanceAliveReader IsInstanceAliveReader IsInstanceAliveReader is a Reader for the IsInstanceAlive structure. swagger:model IsInstanceAliveReader

type ListOryAccessControlPolicies

type ListOryAccessControlPolicies struct {

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact"
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The maximum amount of policies returned.
	//
	// in: query
	Limit int64 `json:"limit,omitempty"`

	// The offset from where to start looking.
	//
	// in: query
	Offset int64 `json:"offset,omitempty"`
}

ListOryAccessControlPolicies ListOryAccessControlPolicies list ory access control policies swagger:model listOryAccessControlPolicies

func (*ListOryAccessControlPolicies) MarshalBinary

func (m *ListOryAccessControlPolicies) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOryAccessControlPolicies) UnmarshalBinary

func (m *ListOryAccessControlPolicies) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOryAccessControlPolicies) Validate

func (m *ListOryAccessControlPolicies) Validate(formats strfmt.Registry) error

Validate validates this list ory access control policies

type ListOryAccessControlPoliciesInternalServerError

type ListOryAccessControlPoliciesInternalServerError struct {

	// payload
	Payload *ListOryAccessControlPoliciesInternalServerErrorBody `json:"Payload,omitempty"`
}

ListOryAccessControlPoliciesInternalServerError ListOryAccessControlPoliciesInternalServerError ListOryAccessControlPoliciesInternalServerError ListOryAccessControlPoliciesInternalServerError handles this case with default header values.

The standard error format swagger:model ListOryAccessControlPoliciesInternalServerError

func (*ListOryAccessControlPoliciesInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*ListOryAccessControlPoliciesInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ListOryAccessControlPoliciesInternalServerError) Validate

Validate validates this list ory access control policies internal server error

type ListOryAccessControlPoliciesInternalServerErrorBody

type ListOryAccessControlPoliciesInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

ListOryAccessControlPoliciesInternalServerErrorBody ListOryAccessControlPoliciesInternalServerErrorBody ListOryAccessControlPoliciesInternalServerErrorBody ListOryAccessControlPoliciesInternalServerErrorBody ListOryAccessControlPoliciesInternalServerErrorBody list ory access control policies internal server error body swagger:model ListOryAccessControlPoliciesInternalServerErrorBody

func (*ListOryAccessControlPoliciesInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*ListOryAccessControlPoliciesInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ListOryAccessControlPoliciesInternalServerErrorBody) Validate

Validate validates this list ory access control policies internal server error body

type ListOryAccessControlPoliciesOK

type ListOryAccessControlPoliciesOK struct {

	// payload
	Payload []*OryAccessControlPolicy `json:"Payload"`
}

ListOryAccessControlPoliciesOK ListOryAccessControlPoliciesOK ListOryAccessControlPoliciesOK handles this case with default header values.

Policies is an array of policies. swagger:model ListOryAccessControlPoliciesOK

func (*ListOryAccessControlPoliciesOK) MarshalBinary

func (m *ListOryAccessControlPoliciesOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOryAccessControlPoliciesOK) UnmarshalBinary

func (m *ListOryAccessControlPoliciesOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOryAccessControlPoliciesOK) Validate

func (m *ListOryAccessControlPoliciesOK) Validate(formats strfmt.Registry) error

Validate validates this list ory access control policies o k

type ListOryAccessControlPoliciesReader

type ListOryAccessControlPoliciesReader interface{}

ListOryAccessControlPoliciesReader ListOryAccessControlPoliciesReader ListOryAccessControlPoliciesReader ListOryAccessControlPoliciesReader is a Reader for the ListOryAccessControlPolicies structure. swagger:model ListOryAccessControlPoliciesReader

type ListOryAccessControlPolicyRoles

type ListOryAccessControlPolicyRoles struct {

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact"
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The maximum amount of policies returned.
	//
	// in: query
	Limit int64 `json:"limit,omitempty"`

	// The offset from where to start looking.
	//
	// in: query
	Offset int64 `json:"offset,omitempty"`
}

ListOryAccessControlPolicyRoles ListOryAccessControlPolicyRoles list ory access control policy roles swagger:model listOryAccessControlPolicyRoles

func (*ListOryAccessControlPolicyRoles) MarshalBinary

func (m *ListOryAccessControlPolicyRoles) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOryAccessControlPolicyRoles) UnmarshalBinary

func (m *ListOryAccessControlPolicyRoles) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOryAccessControlPolicyRoles) Validate

Validate validates this list ory access control policy roles

type ListOryAccessControlPolicyRolesInternalServerError

type ListOryAccessControlPolicyRolesInternalServerError struct {

	// payload
	Payload *ListOryAccessControlPolicyRolesInternalServerErrorBody `json:"Payload,omitempty"`
}

ListOryAccessControlPolicyRolesInternalServerError ListOryAccessControlPolicyRolesInternalServerError ListOryAccessControlPolicyRolesInternalServerError ListOryAccessControlPolicyRolesInternalServerError handles this case with default header values.

The standard error format swagger:model ListOryAccessControlPolicyRolesInternalServerError

func (*ListOryAccessControlPolicyRolesInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*ListOryAccessControlPolicyRolesInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ListOryAccessControlPolicyRolesInternalServerError) Validate

Validate validates this list ory access control policy roles internal server error

type ListOryAccessControlPolicyRolesInternalServerErrorBody

type ListOryAccessControlPolicyRolesInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

ListOryAccessControlPolicyRolesInternalServerErrorBody ListOryAccessControlPolicyRolesInternalServerErrorBody ListOryAccessControlPolicyRolesInternalServerErrorBody list ory access control policy roles internal server error body swagger:model ListOryAccessControlPolicyRolesInternalServerErrorBody

func (*ListOryAccessControlPolicyRolesInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*ListOryAccessControlPolicyRolesInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*ListOryAccessControlPolicyRolesInternalServerErrorBody) Validate

Validate validates this list ory access control policy roles internal server error body

type ListOryAccessControlPolicyRolesOK

type ListOryAccessControlPolicyRolesOK struct {

	// payload
	Payload []*OryAccessControlPolicyRole `json:"Payload"`
}

ListOryAccessControlPolicyRolesOK ListOryAccessControlPolicyRolesOK ListOryAccessControlPolicyRolesOK handles this case with default header values.

Roles is an array of roles. swagger:model ListOryAccessControlPolicyRolesOK

func (*ListOryAccessControlPolicyRolesOK) MarshalBinary

func (m *ListOryAccessControlPolicyRolesOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOryAccessControlPolicyRolesOK) UnmarshalBinary

func (m *ListOryAccessControlPolicyRolesOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOryAccessControlPolicyRolesOK) Validate

Validate validates this list ory access control policy roles o k

type ListOryAccessControlPolicyRolesReader

type ListOryAccessControlPolicyRolesReader interface{}

ListOryAccessControlPolicyRolesReader ListOryAccessControlPolicyRolesReader ListOryAccessControlPolicyRolesReader ListOryAccessControlPolicyRolesReader is a Reader for the ListOryAccessControlPolicyRoles structure. swagger:model ListOryAccessControlPolicyRolesReader

type OryAccessControlPolicies

type OryAccessControlPolicies struct {

	// The request body.
	//
	// in: body
	// type: array
	Body []*OryAccessControlPolicy `json:"Body"`
}

OryAccessControlPolicies OryAccessControlPolicies Policies is an array of policies. swagger:model oryAccessControlPolicies

func (*OryAccessControlPolicies) MarshalBinary

func (m *OryAccessControlPolicies) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OryAccessControlPolicies) UnmarshalBinary

func (m *OryAccessControlPolicies) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OryAccessControlPolicies) Validate

func (m *OryAccessControlPolicies) Validate(formats strfmt.Registry) error

Validate validates this ory access control policies

type OryAccessControlPolicy

type OryAccessControlPolicy struct {

	// Actions is an array representing all the actions this ORY Access Policy applies to.
	Actions []string `json:"actions"`

	// Conditions represents a keyed object of conditions under which this ORY Access Policy is active.
	Conditions map[string]interface{} `json:"conditions,omitempty"`

	// Description is an optional, human-readable description.
	Description string `json:"description,omitempty"`

	// Effect is the effect of this ORY Access Policy. It can be "allow" or "deny".
	Effect string `json:"effect,omitempty"`

	// ID is the unique identifier of the ORY Access Policy. It is used to query, update, and remove the ORY Access Policy.
	ID string `json:"id,omitempty"`

	// Resources is an array representing all the resources this ORY Access Policy applies to.
	Resources []string `json:"resources"`

	// Subjects is an array representing all the subjects this ORY Access Policy applies to.
	Subjects []string `json:"subjects"`
}

OryAccessControlPolicy oryAccessControlPolicy specifies an ORY Access Policy document. swagger:model oryAccessControlPolicy

func (*OryAccessControlPolicy) MarshalBinary

func (m *OryAccessControlPolicy) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OryAccessControlPolicy) UnmarshalBinary

func (m *OryAccessControlPolicy) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OryAccessControlPolicy) Validate

func (m *OryAccessControlPolicy) Validate(formats strfmt.Registry) error

Validate validates this ory access control policy

type OryAccessControlPolicyAllowedInput

type OryAccessControlPolicyAllowedInput struct {

	// Action is the action that is requested on the resource.
	Action string `json:"action,omitempty"`

	// Context is the request's environmental context.
	Context map[string]interface{} `json:"context,omitempty"`

	// Resource is the resource that access is requested to.
	Resource string `json:"resource,omitempty"`

	// Subject is the subject that is requesting access.
	Subject string `json:"subject,omitempty"`
}

OryAccessControlPolicyAllowedInput Input for checking if a request is allowed or not. swagger:model oryAccessControlPolicyAllowedInput

func (*OryAccessControlPolicyAllowedInput) MarshalBinary

func (m *OryAccessControlPolicyAllowedInput) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OryAccessControlPolicyAllowedInput) UnmarshalBinary

func (m *OryAccessControlPolicyAllowedInput) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OryAccessControlPolicyAllowedInput) Validate

Validate validates this ory access control policy allowed input

type OryAccessControlPolicyRole

type OryAccessControlPolicyRole struct {

	// ID is the role's unique id.
	ID string `json:"id,omitempty"`

	// Members is who belongs to the role.
	Members []string `json:"members"`
}

OryAccessControlPolicyRole oryAccessControlPolicyRole represents a group of users that share the same role. A role could be an administrator, a moderator, a regular user or some other sort of role. swagger:model oryAccessControlPolicyRole

func (*OryAccessControlPolicyRole) MarshalBinary

func (m *OryAccessControlPolicyRole) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OryAccessControlPolicyRole) UnmarshalBinary

func (m *OryAccessControlPolicyRole) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OryAccessControlPolicyRole) Validate

func (m *OryAccessControlPolicyRole) Validate(formats strfmt.Registry) error

Validate validates this ory access control policy role

type OryAccessControlPolicyRoles

type OryAccessControlPolicyRoles struct {

	// The request body.
	//
	// in: body
	// type: array
	Body []*OryAccessControlPolicyRole `json:"Body"`
}

OryAccessControlPolicyRoles OryAccessControlPolicyRoles OryAccessControlPolicyRoles Roles is an array of roles. swagger:model OryAccessControlPolicyRoles

func (*OryAccessControlPolicyRoles) MarshalBinary

func (m *OryAccessControlPolicyRoles) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*OryAccessControlPolicyRoles) UnmarshalBinary

func (m *OryAccessControlPolicyRoles) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*OryAccessControlPolicyRoles) Validate

func (m *OryAccessControlPolicyRoles) Validate(formats strfmt.Registry) error

Validate validates this ory access control policy roles

type Policies

type Policies []*Policy

Policies Policies Policies Policies Policies Policies is an array of policies. swagger:model Policies

func (Policies) Validate

func (m Policies) Validate(formats strfmt.Registry) error

Validate validates this policies

type Policy

type Policy struct {

	// Actions is an array representing all the actions this ORY Access Policy applies to.
	Actions []string `json:"actions"`

	// Conditions represents a keyed object of conditions under which this ORY Access Policy is active.
	Conditions map[string]interface{} `json:"conditions,omitempty"`

	// Description is an optional, human-readable description.
	Description string `json:"description,omitempty"`

	// Effect is the effect of this ORY Access Policy. It can be "allow" or "deny".
	Effect string `json:"effect,omitempty"`

	// ID is the unique identifier of the ORY Access Policy. It is used to query, update, and remove the ORY Access Policy.
	ID string `json:"id,omitempty"`

	// Resources is an array representing all the resources this ORY Access Policy applies to.
	Resources []string `json:"resources"`

	// Subjects is an array representing all the subjects this ORY Access Policy applies to.
	Subjects []string `json:"subjects"`
}

Policy Policy Policy Policy Policy Policy Policy Policy specifies an ORY Access Policy document. swagger:model Policy

func (*Policy) MarshalBinary

func (m *Policy) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Policy) UnmarshalBinary

func (m *Policy) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Policy) Validate

func (m *Policy) Validate(formats strfmt.Registry) error

Validate validates this policy

type RemoveOryAccessControlPolicyRoleMembers

type RemoveOryAccessControlPolicyRoleMembers struct {

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`

	// The ID of the ORY Access Control Policy Role.
	//
	// in: path
	// Required: true
	ID *string `json:"id"`

	// The member to be removed.
	//
	// in: path
	// Required: true
	Member *string `json:"member"`
}

RemoveOryAccessControlPolicyRoleMembers RemoveOryAccessControlPolicyRoleMembers remove ory access control policy role members swagger:model removeOryAccessControlPolicyRoleMembers

func (*RemoveOryAccessControlPolicyRoleMembers) MarshalBinary

func (m *RemoveOryAccessControlPolicyRoleMembers) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveOryAccessControlPolicyRoleMembers) UnmarshalBinary

func (m *RemoveOryAccessControlPolicyRoleMembers) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveOryAccessControlPolicyRoleMembers) Validate

Validate validates this remove ory access control policy role members

type RemoveOryAccessControlPolicyRoleMembersCreated

type RemoveOryAccessControlPolicyRoleMembersCreated interface{}

RemoveOryAccessControlPolicyRoleMembersCreated RemoveOryAccessControlPolicyRoleMembersCreated RemoveOryAccessControlPolicyRoleMembersCreated RemoveOryAccessControlPolicyRoleMembersCreated RemoveOryAccessControlPolicyRoleMembersCreated handles this case with default header values.

An empty response swagger:model RemoveOryAccessControlPolicyRoleMembersCreated

type RemoveOryAccessControlPolicyRoleMembersInternalServerError

type RemoveOryAccessControlPolicyRoleMembersInternalServerError struct {

	// payload
	Payload *RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody `json:"Payload,omitempty"`
}

RemoveOryAccessControlPolicyRoleMembersInternalServerError RemoveOryAccessControlPolicyRoleMembersInternalServerError RemoveOryAccessControlPolicyRoleMembersInternalServerError RemoveOryAccessControlPolicyRoleMembersInternalServerError RemoveOryAccessControlPolicyRoleMembersInternalServerError handles this case with default header values.

The standard error format swagger:model RemoveOryAccessControlPolicyRoleMembersInternalServerError

func (*RemoveOryAccessControlPolicyRoleMembersInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*RemoveOryAccessControlPolicyRoleMembersInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*RemoveOryAccessControlPolicyRoleMembersInternalServerError) Validate

Validate validates this remove ory access control policy role members internal server error

type RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody

type RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody remove ory access control policy role members internal server error body swagger:model RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody

func (*RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*RemoveOryAccessControlPolicyRoleMembersInternalServerErrorBody) Validate

Validate validates this remove ory access control policy role members internal server error body

type RemoveOryAccessControlPolicyRoleMembersReader

type RemoveOryAccessControlPolicyRoleMembersReader interface{}

RemoveOryAccessControlPolicyRoleMembersReader RemoveOryAccessControlPolicyRoleMembersReader RemoveOryAccessControlPolicyRoleMembersReader is a Reader for the RemoveOryAccessControlPolicyRoleMembers structure. swagger:model RemoveOryAccessControlPolicyRoleMembersReader

type Role

type Role struct {

	// ID is the role's unique id.
	ID string `json:"id,omitempty"`

	// Members is who belongs to the role.
	Members []string `json:"members"`
}

Role Role Role Role Role Role Role Role Role Role represents a group of users that share the same role. A role could be an administrator, a moderator, a regular user or some other sort of role. swagger:model Role

func (*Role) MarshalBinary

func (m *Role) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Role) UnmarshalBinary

func (m *Role) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Role) Validate

func (m *Role) Validate(formats strfmt.Registry) error

Validate validates this role

type Roles

type Roles []*Role

Roles Roles Roles Roles Roles A list of roles. swagger:model Roles

func (Roles) Validate

func (m Roles) Validate(formats strfmt.Registry) error

Validate validates this roles

type SwaggerHealthStatus

type SwaggerHealthStatus struct {

	// Status always contains "ok".
	Status string `json:"status,omitempty"`
}

SwaggerHealthStatus SwaggerHealthStatus swagger health status swagger:model swaggerHealthStatus

func (*SwaggerHealthStatus) MarshalBinary

func (m *SwaggerHealthStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SwaggerHealthStatus) UnmarshalBinary

func (m *SwaggerHealthStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SwaggerHealthStatus) Validate

func (m *SwaggerHealthStatus) Validate(formats strfmt.Registry) error

Validate validates this swagger health status

type SwaggerNotReadyStatus

type SwaggerNotReadyStatus struct {

	// Errors contains a list of errors that caused the not ready status.
	Errors map[string]string `json:"errors,omitempty"`
}

SwaggerNotReadyStatus SwaggerNotReadyStatus swagger not ready status swagger:model swaggerNotReadyStatus

func (*SwaggerNotReadyStatus) MarshalBinary

func (m *SwaggerNotReadyStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SwaggerNotReadyStatus) UnmarshalBinary

func (m *SwaggerNotReadyStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SwaggerNotReadyStatus) Validate

func (m *SwaggerNotReadyStatus) Validate(formats strfmt.Registry) error

Validate validates this swagger not ready status

type SwaggerVersion

type SwaggerVersion struct {

	// Version is the service's version.
	Version string `json:"version,omitempty"`
}

SwaggerVersion SwaggerVersion swagger version swagger:model swaggerVersion

func (*SwaggerVersion) MarshalBinary

func (m *SwaggerVersion) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SwaggerVersion) UnmarshalBinary

func (m *SwaggerVersion) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SwaggerVersion) Validate

func (m *SwaggerVersion) Validate(formats strfmt.Registry) error

Validate validates this swagger version

type UUID

type UUID strfmt.UUID4

UUID UUID swagger:model UUID

func (UUID) Validate

func (m UUID) Validate(formats strfmt.Registry) error

Validate validates this UUID

type UpsertOryAccessControlPolicy

type UpsertOryAccessControlPolicy struct {

	// body
	Body *OryAccessControlPolicy `json:"Body,omitempty"`

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`
}

UpsertOryAccessControlPolicy UpsertOryAccessControlPolicy upsert ory access control policy swagger:model upsertOryAccessControlPolicy

func (*UpsertOryAccessControlPolicy) MarshalBinary

func (m *UpsertOryAccessControlPolicy) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicy) UnmarshalBinary

func (m *UpsertOryAccessControlPolicy) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicy) Validate

func (m *UpsertOryAccessControlPolicy) Validate(formats strfmt.Registry) error

Validate validates this upsert ory access control policy

type UpsertOryAccessControlPolicyInternalServerError

type UpsertOryAccessControlPolicyInternalServerError struct {

	// payload
	Payload *UpsertOryAccessControlPolicyInternalServerErrorBody `json:"Payload,omitempty"`
}

UpsertOryAccessControlPolicyInternalServerError UpsertOryAccessControlPolicyInternalServerError UpsertOryAccessControlPolicyInternalServerError UpsertOryAccessControlPolicyInternalServerError handles this case with default header values.

The standard error format swagger:model UpsertOryAccessControlPolicyInternalServerError

func (*UpsertOryAccessControlPolicyInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyInternalServerError) Validate

Validate validates this upsert ory access control policy internal server error

type UpsertOryAccessControlPolicyInternalServerErrorBody

type UpsertOryAccessControlPolicyInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

UpsertOryAccessControlPolicyInternalServerErrorBody UpsertOryAccessControlPolicyInternalServerErrorBody UpsertOryAccessControlPolicyInternalServerErrorBody UpsertOryAccessControlPolicyInternalServerErrorBody upsert ory access control policy internal server error body swagger:model UpsertOryAccessControlPolicyInternalServerErrorBody

func (*UpsertOryAccessControlPolicyInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyInternalServerErrorBody) Validate

Validate validates this upsert ory access control policy internal server error body

type UpsertOryAccessControlPolicyOK

type UpsertOryAccessControlPolicyOK struct {

	// payload
	Payload *OryAccessControlPolicy `json:"Payload,omitempty"`
}

UpsertOryAccessControlPolicyOK UpsertOryAccessControlPolicyOK UpsertOryAccessControlPolicyOK UpsertOryAccessControlPolicyOK UpsertOryAccessControlPolicyOK handles this case with default header values.

oryAccessControlPolicy swagger:model UpsertOryAccessControlPolicyOK

func (*UpsertOryAccessControlPolicyOK) MarshalBinary

func (m *UpsertOryAccessControlPolicyOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyOK) UnmarshalBinary

func (m *UpsertOryAccessControlPolicyOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyOK) Validate

func (m *UpsertOryAccessControlPolicyOK) Validate(formats strfmt.Registry) error

Validate validates this upsert ory access control policy o k

type UpsertOryAccessControlPolicyReader

type UpsertOryAccessControlPolicyReader interface{}

UpsertOryAccessControlPolicyReader UpsertOryAccessControlPolicyReader UpsertOryAccessControlPolicyReader UpsertOryAccessControlPolicyReader is a Reader for the UpsertOryAccessControlPolicy structure. swagger:model UpsertOryAccessControlPolicyReader

type UpsertOryAccessControlPolicyRole

type UpsertOryAccessControlPolicyRole struct {

	// body
	Body *OryAccessControlPolicyRole `json:"Body,omitempty"`

	// The ORY Access Control Policy flavor. Can be "regex", "glob", and "exact".
	//
	// in: path
	// Required: true
	Flavor *string `json:"flavor"`
}

UpsertOryAccessControlPolicyRole UpsertOryAccessControlPolicyRole upsert ory access control policy role swagger:model upsertOryAccessControlPolicyRole

func (*UpsertOryAccessControlPolicyRole) MarshalBinary

func (m *UpsertOryAccessControlPolicyRole) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRole) UnmarshalBinary

func (m *UpsertOryAccessControlPolicyRole) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRole) Validate

Validate validates this upsert ory access control policy role

type UpsertOryAccessControlPolicyRoleInternalServerError

type UpsertOryAccessControlPolicyRoleInternalServerError struct {

	// payload
	Payload *UpsertOryAccessControlPolicyRoleInternalServerErrorBody `json:"Payload,omitempty"`
}

UpsertOryAccessControlPolicyRoleInternalServerError UpsertOryAccessControlPolicyRoleInternalServerError UpsertOryAccessControlPolicyRoleInternalServerError UpsertOryAccessControlPolicyRoleInternalServerError handles this case with default header values.

The standard error format swagger:model UpsertOryAccessControlPolicyRoleInternalServerError

func (*UpsertOryAccessControlPolicyRoleInternalServerError) MarshalBinary

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRoleInternalServerError) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRoleInternalServerError) Validate

Validate validates this upsert ory access control policy role internal server error

type UpsertOryAccessControlPolicyRoleInternalServerErrorBody

type UpsertOryAccessControlPolicyRoleInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// details
	Details []map[string]interface{} `json:"details"`

	// message
	Message string `json:"message,omitempty"`

	// reason
	Reason string `json:"reason,omitempty"`

	// request
	Request string `json:"request,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

UpsertOryAccessControlPolicyRoleInternalServerErrorBody UpsertOryAccessControlPolicyRoleInternalServerErrorBody upsert ory access control policy role internal server error body swagger:model UpsertOryAccessControlPolicyRoleInternalServerErrorBody

func (*UpsertOryAccessControlPolicyRoleInternalServerErrorBody) MarshalBinary

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRoleInternalServerErrorBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRoleInternalServerErrorBody) Validate

Validate validates this upsert ory access control policy role internal server error body

type UpsertOryAccessControlPolicyRoleOK

type UpsertOryAccessControlPolicyRoleOK struct {

	// payload
	Payload *OryAccessControlPolicyRole `json:"Payload,omitempty"`
}

UpsertOryAccessControlPolicyRoleOK UpsertOryAccessControlPolicyRoleOK UpsertOryAccessControlPolicyRoleOK handles this case with default header values.

oryAccessControlPolicyRole swagger:model UpsertOryAccessControlPolicyRoleOK

func (*UpsertOryAccessControlPolicyRoleOK) MarshalBinary

func (m *UpsertOryAccessControlPolicyRoleOK) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRoleOK) UnmarshalBinary

func (m *UpsertOryAccessControlPolicyRoleOK) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpsertOryAccessControlPolicyRoleOK) Validate

Validate validates this upsert ory access control policy role o k

type UpsertOryAccessControlPolicyRoleReader

type UpsertOryAccessControlPolicyRoleReader interface{}

UpsertOryAccessControlPolicyRoleReader UpsertOryAccessControlPolicyRoleReader UpsertOryAccessControlPolicyRoleReader UpsertOryAccessControlPolicyRoleReader is a Reader for the UpsertOryAccessControlPolicyRole structure. swagger:model UpsertOryAccessControlPolicyRoleReader

type Version

type Version struct {

	// Version is the service's version.
	Version string `json:"version,omitempty"`
}

Version version swagger:model version

func (*Version) MarshalBinary

func (m *Version) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Version) UnmarshalBinary

func (m *Version) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Version) Validate

func (m *Version) Validate(formats strfmt.Registry) error

Validate validates this version

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL