logo
pub struct BatchReadSuccessfulResponse {
Show 14 fields pub get_link_attributes: Option<BatchGetLinkAttributesResponse>, pub get_object_attributes: Option<BatchGetObjectAttributesResponse>, pub get_object_information: Option<BatchGetObjectInformationResponse>, pub list_attached_indices: Option<BatchListAttachedIndicesResponse>, pub list_incoming_typed_links: Option<BatchListIncomingTypedLinksResponse>, pub list_index: Option<BatchListIndexResponse>, pub list_object_attributes: Option<BatchListObjectAttributesResponse>, pub list_object_children: Option<BatchListObjectChildrenResponse>, pub list_object_parent_paths: Option<BatchListObjectParentPathsResponse>, pub list_object_parents: Option<BatchListObjectParentsResponse>, pub list_object_policies: Option<BatchListObjectPoliciesResponse>, pub list_outgoing_typed_links: Option<BatchListOutgoingTypedLinksResponse>, pub list_policy_attachments: Option<BatchListPolicyAttachmentsResponse>, pub lookup_policy: Option<BatchLookupPolicyResponse>,
}
Expand description

Represents the output of a BatchRead success response operation.

Fields

get_link_attributes: Option<BatchGetLinkAttributesResponse>

The list of attributes to retrieve from the typed link.

get_object_attributes: Option<BatchGetObjectAttributesResponse>

Retrieves attributes within a facet that are associated with an object.

get_object_information: Option<BatchGetObjectInformationResponse>

Retrieves metadata about an object.

list_attached_indices: Option<BatchListAttachedIndicesResponse>

Lists indices attached to an object.

list_incoming_typed_links: Option<BatchListIncomingTypedLinksResponse>

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

list_index: Option<BatchListIndexResponse>

Lists objects attached to the specified index.

list_object_attributes: Option<BatchListObjectAttributesResponse>

Lists all attributes that are associated with an object.

list_object_children: Option<BatchListObjectChildrenResponse>

Returns a paginated list of child objects that are associated with a given object.

list_object_parent_paths: Option<BatchListObjectParentPathsResponse>

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

list_object_parents: Option<BatchListObjectParentsResponse>list_object_policies: Option<BatchListObjectPoliciesResponse>

Returns policies attached to an object in pagination fashion.

list_outgoing_typed_links: Option<BatchListOutgoingTypedLinksResponse>

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

list_policy_attachments: Option<BatchListPolicyAttachmentsResponse>

Returns all of the ObjectIdentifiers to which a given policy is attached.

lookup_policy: Option<BatchLookupPolicyResponse>

Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the ObjectIdentifier for such objects. If policies are present, it returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more