intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getMetaDefinition
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
The meta-data of managed objects and complex types.
Using getMetaDefinition
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMetaDefinition(args: GetMetaDefinitionArgs, opts?: InvokeOptions): Promise<GetMetaDefinitionResult>
function getMetaDefinitionOutput(args: GetMetaDefinitionOutputArgs, opts?: InvokeOptions): Output<GetMetaDefinitionResult>
def get_meta_definition(access_privileges: Optional[Sequence[GetMetaDefinitionAccessPrivilege]] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestor_classes: Optional[Sequence[str]] = None,
ancestors: Optional[Sequence[GetMetaDefinitionAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
display_name_metas: Optional[Sequence[GetMetaDefinitionDisplayNameMeta]] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
identity_constraints: Optional[Sequence[GetMetaDefinitionIdentityConstraint]] = None,
is_concrete: Optional[bool] = None,
meta_type: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
namespace: Optional[str] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
owner: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetMetaDefinitionParent] = None,
parent_class: Optional[str] = None,
permission_resources: Optional[Sequence[GetMetaDefinitionPermissionResource]] = None,
permission_supported: Optional[bool] = None,
properties: Optional[Sequence[GetMetaDefinitionProperty]] = None,
rbac_resource: Optional[bool] = None,
relationships: Optional[Sequence[GetMetaDefinitionRelationship]] = None,
resource_pool_types: Optional[Sequence[str]] = None,
rest_path: Optional[str] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetMetaDefinitionTag]] = None,
version_context: Optional[GetMetaDefinitionVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetMetaDefinitionResult
def get_meta_definition_output(access_privileges: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionAccessPrivilegeArgs]]]] = None,
account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestor_classes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
display_name_metas: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionDisplayNameMetaArgs]]]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
identity_constraints: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionIdentityConstraintArgs]]]] = None,
is_concrete: Optional[pulumi.Input[bool]] = None,
meta_type: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
namespace: Optional[pulumi.Input[str]] = None,
nr_version: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owner: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetMetaDefinitionParentArgs]] = None,
parent_class: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionPermissionResourceArgs]]]] = None,
permission_supported: Optional[pulumi.Input[bool]] = None,
properties: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionPropertyArgs]]]] = None,
rbac_resource: Optional[pulumi.Input[bool]] = None,
relationships: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionRelationshipArgs]]]] = None,
resource_pool_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
rest_path: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMetaDefinitionTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetMetaDefinitionVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMetaDefinitionResult]
func LookupMetaDefinition(ctx *Context, args *LookupMetaDefinitionArgs, opts ...InvokeOption) (*LookupMetaDefinitionResult, error)
func LookupMetaDefinitionOutput(ctx *Context, args *LookupMetaDefinitionOutputArgs, opts ...InvokeOption) LookupMetaDefinitionResultOutput
> Note: This function is named LookupMetaDefinition
in the Go SDK.
public static class GetMetaDefinition
{
public static Task<GetMetaDefinitionResult> InvokeAsync(GetMetaDefinitionArgs args, InvokeOptions? opts = null)
public static Output<GetMetaDefinitionResult> Invoke(GetMetaDefinitionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMetaDefinitionResult> getMetaDefinition(GetMetaDefinitionArgs args, InvokeOptions options)
public static Output<GetMetaDefinitionResult> getMetaDefinition(GetMetaDefinitionArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getMetaDefinition:getMetaDefinition
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Privileges List<GetMeta Definition Access Privilege> - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestor
Classes List<string> - Ancestors
List<Get
Meta Definition Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Display
Name List<GetMetas Meta Definition Display Name Meta> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Identity
Constraints List<GetMeta Definition Identity Constraint> - Is
Concrete bool - Boolean flag to specify whether the meta class is a concrete class or not.
- Meta
Type string - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Namespace string
- The namespace of the meta.
- Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - Owner string
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - Owners List<string>
- Parent
Get
Meta Definition Parent - Parent
Class string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- Permission
Resources List<GetMeta Definition Permission Resource> - Permission
Supported bool - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- Properties
List<Get
Meta Definition Property> - Rbac
Resource bool - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- Relationships
List<Get
Meta Definition Relationship> - Resource
Pool List<string>Types - Rest
Path string - Restful URL path for the meta.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Meta Definition Tag> - Version
Context GetMeta Definition Version Context
- Access
Privileges []GetMeta Definition Access Privilege - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestor
Classes []string - Ancestors
[]Get
Meta Definition Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Display
Name []GetMetas Meta Definition Display Name Meta - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Identity
Constraints []GetMeta Definition Identity Constraint - Is
Concrete bool - Boolean flag to specify whether the meta class is a concrete class or not.
- Meta
Type string - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Namespace string
- The namespace of the meta.
- Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - Owner string
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - Owners []string
- Parent
Get
Meta Definition Parent - Parent
Class string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- Permission
Resources []GetMeta Definition Permission Resource - Permission
Supported bool - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- Properties
[]Get
Meta Definition Property - Rbac
Resource bool - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- Relationships
[]Get
Meta Definition Relationship - Resource
Pool []stringTypes - Rest
Path string - Restful URL path for the meta.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Meta Definition Tag - Version
Context GetMeta Definition Version Context
- access
Privileges List<GetMeta Definition Access Privilege> - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestor
Classes List<String> - ancestors
List<Get
Meta Definition Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- display
Name List<GetMetas Meta Definition Display Name Meta> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- identity
Constraints List<GetMeta Definition Identity Constraint> - is
Concrete Boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type String - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace String
- The namespace of the meta.
- nr
Version String - The version of the service that defines the meta-data.
- object
Type String - owner String
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners List<String>
- parent
Get
Meta Definition Parent - parent
Class String - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- permission
Resources List<GetMeta Definition Permission Resource> - permission
Supported Boolean - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties
List<Get
Meta Definition Property> - rbac
Resource Boolean - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships
List<Get
Meta Definition Relationship> - resource
Pool List<String>Types - rest
Path String - Restful URL path for the meta.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Meta Definition Tag> - version
Context GetMeta Definition Version Context
- access
Privileges GetMeta Definition Access Privilege[] - account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestor
Classes string[] - ancestors
Get
Meta Definition Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- display
Name GetMetas Meta Definition Display Name Meta[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- identity
Constraints GetMeta Definition Identity Constraint[] - is
Concrete boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type string - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace string
- The namespace of the meta.
- nr
Version string - The version of the service that defines the meta-data.
- object
Type string - owner string
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners string[]
- parent
Get
Meta Definition Parent - parent
Class string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- permission
Resources GetMeta Definition Permission Resource[] - permission
Supported boolean - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties
Get
Meta Definition Property[] - rbac
Resource boolean - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships
Get
Meta Definition Relationship[] - resource
Pool string[]Types - rest
Path string - Restful URL path for the meta.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Meta Definition Tag[] - version
Context GetMeta Definition Version Context
- access_
privileges Sequence[GetMeta Definition Access Privilege] - account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestor_
classes Sequence[str] - ancestors
Sequence[Get
Meta Definition Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- display_
name_ Sequence[Getmetas Meta Definition Display Name Meta] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- identity_
constraints Sequence[GetMeta Definition Identity Constraint] - is_
concrete bool - Boolean flag to specify whether the meta class is a concrete class or not.
- meta_
type str - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace str
- The namespace of the meta.
- nr_
version str - The version of the service that defines the meta-data.
- object_
type str - owner str
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners Sequence[str]
- parent
Get
Meta Definition Parent - parent_
class str - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- permission_
resources Sequence[GetMeta Definition Permission Resource] - permission_
supported bool - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties
Sequence[Get
Meta Definition Property] - rbac_
resource bool - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships
Sequence[Get
Meta Definition Relationship] - resource_
pool_ Sequence[str]types - rest_
path str - Restful URL path for the meta.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Meta Definition Tag] - version_
context GetMeta Definition Version Context
- access
Privileges List<Property Map> - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestor
Classes List<String> - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- display
Name List<Property Map>Metas - domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- identity
Constraints List<Property Map> - is
Concrete Boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type String - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace String
- The namespace of the meta.
- nr
Version String - The version of the service that defines the meta-data.
- object
Type String - owner String
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners List<String>
- parent Property Map
- parent
Class String - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- permission
Resources List<Property Map> - permission
Supported Boolean - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties List<Property Map>
- rbac
Resource Boolean - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships List<Property Map>
- resource
Pool List<String>Types - rest
Path String - Restful URL path for the meta.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- version
Context Property Map
getMetaDefinition Result
The following output properties are available:
- Id string
- Results
List<Get
Meta Definition Result> - Access
Privileges List<GetMeta Definition Access Privilege> - Account
Moid string - Additional
Properties string - Ancestor
Classes List<string> - Ancestors
List<Get
Meta Definition Ancestor> - Class
Id string - Create
Time string - Display
Name List<GetMetas Meta Definition Display Name Meta> - Domain
Group stringMoid - Identity
Constraints List<GetMeta Definition Identity Constraint> - Is
Concrete bool - Meta
Type string - Mod
Time string - Moid string
- Name string
- Namespace string
- Nr
Version string - Object
Type string - Owner string
- Owners List<string>
- Parent
Get
Meta Definition Parent - Parent
Class string - Permission
Resources List<GetMeta Definition Permission Resource> - Permission
Supported bool - Properties
List<Get
Meta Definition Property> - Rbac
Resource bool - Relationships
List<Get
Meta Definition Relationship> - Resource
Pool List<string>Types - Rest
Path string - string
- List<Get
Meta Definition Tag> - Version
Context GetMeta Definition Version Context
- Id string
- Results
[]Get
Meta Definition Result - Access
Privileges []GetMeta Definition Access Privilege - Account
Moid string - Additional
Properties string - Ancestor
Classes []string - Ancestors
[]Get
Meta Definition Ancestor - Class
Id string - Create
Time string - Display
Name []GetMetas Meta Definition Display Name Meta - Domain
Group stringMoid - Identity
Constraints []GetMeta Definition Identity Constraint - Is
Concrete bool - Meta
Type string - Mod
Time string - Moid string
- Name string
- Namespace string
- Nr
Version string - Object
Type string - Owner string
- Owners []string
- Parent
Get
Meta Definition Parent - Parent
Class string - Permission
Resources []GetMeta Definition Permission Resource - Permission
Supported bool - Properties
[]Get
Meta Definition Property - Rbac
Resource bool - Relationships
[]Get
Meta Definition Relationship - Resource
Pool []stringTypes - Rest
Path string - string
- []Get
Meta Definition Tag - Version
Context GetMeta Definition Version Context
- id String
- results
List<Get
Meta Definition Result> - access
Privileges List<GetMeta Definition Access Privilege> - account
Moid String - additional
Properties String - ancestor
Classes List<String> - ancestors
List<Get
Meta Definition Ancestor> - class
Id String - create
Time String - display
Name List<GetMetas Meta Definition Display Name Meta> - domain
Group StringMoid - identity
Constraints List<GetMeta Definition Identity Constraint> - is
Concrete Boolean - meta
Type String - mod
Time String - moid String
- name String
- namespace String
- nr
Version String - object
Type String - owner String
- owners List<String>
- parent
Get
Meta Definition Parent - parent
Class String - permission
Resources List<GetMeta Definition Permission Resource> - permission
Supported Boolean - properties
List<Get
Meta Definition Property> - rbac
Resource Boolean - relationships
List<Get
Meta Definition Relationship> - resource
Pool List<String>Types - rest
Path String - String
- List<Get
Meta Definition Tag> - version
Context GetMeta Definition Version Context
- id string
- results
Get
Meta Definition Result[] - access
Privileges GetMeta Definition Access Privilege[] - account
Moid string - additional
Properties string - ancestor
Classes string[] - ancestors
Get
Meta Definition Ancestor[] - class
Id string - create
Time string - display
Name GetMetas Meta Definition Display Name Meta[] - domain
Group stringMoid - identity
Constraints GetMeta Definition Identity Constraint[] - is
Concrete boolean - meta
Type string - mod
Time string - moid string
- name string
- namespace string
- nr
Version string - object
Type string - owner string
- owners string[]
- parent
Get
Meta Definition Parent - parent
Class string - permission
Resources GetMeta Definition Permission Resource[] - permission
Supported boolean - properties
Get
Meta Definition Property[] - rbac
Resource boolean - relationships
Get
Meta Definition Relationship[] - resource
Pool string[]Types - rest
Path string - string
- Get
Meta Definition Tag[] - version
Context GetMeta Definition Version Context
- id str
- results
Sequence[Get
Meta Definition Result] - access_
privileges Sequence[GetMeta Definition Access Privilege] - account_
moid str - additional_
properties str - ancestor_
classes Sequence[str] - ancestors
Sequence[Get
Meta Definition Ancestor] - class_
id str - create_
time str - display_
name_ Sequence[Getmetas Meta Definition Display Name Meta] - domain_
group_ strmoid - identity_
constraints Sequence[GetMeta Definition Identity Constraint] - is_
concrete bool - meta_
type str - mod_
time str - moid str
- name str
- namespace str
- nr_
version str - object_
type str - owner str
- owners Sequence[str]
- parent
Get
Meta Definition Parent - parent_
class str - permission_
resources Sequence[GetMeta Definition Permission Resource] - permission_
supported bool - properties
Sequence[Get
Meta Definition Property] - rbac_
resource bool - relationships
Sequence[Get
Meta Definition Relationship] - resource_
pool_ Sequence[str]types - rest_
path str - str
- Sequence[Get
Meta Definition Tag] - version_
context GetMeta Definition Version Context
- id String
- results List<Property Map>
- access
Privileges List<Property Map> - account
Moid String - additional
Properties String - ancestor
Classes List<String> - ancestors List<Property Map>
- class
Id String - create
Time String - display
Name List<Property Map>Metas - domain
Group StringMoid - identity
Constraints List<Property Map> - is
Concrete Boolean - meta
Type String - mod
Time String - moid String
- name String
- namespace String
- nr
Version String - object
Type String - owner String
- owners List<String>
- parent Property Map
- parent
Class String - permission
Resources List<Property Map> - permission
Supported Boolean - properties List<Property Map>
- rbac
Resource Boolean - relationships List<Property Map>
- resource
Pool List<String>Types - rest
Path String - String
- List<Property Map>
- version
Context Property Map
Supporting Types
GetMetaDefinitionAccessPrivilege
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Method string
- The type of CRUD operation (create, read, update, delete) for which an access privilege is required.
Update
- The 'update' operation/state.Create
- The 'create' operation/state.Read
- The 'read' operation/state.Delete
- The 'delete' operation/state.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Privilege string
- The name of the privilege which is required to invoke the specified CRUD method.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Method string
- The type of CRUD operation (create, read, update, delete) for which an access privilege is required.
Update
- The 'update' operation/state.Create
- The 'create' operation/state.Read
- The 'read' operation/state.Delete
- The 'delete' operation/state.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Privilege string
- The name of the privilege which is required to invoke the specified CRUD method.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- method String
- The type of CRUD operation (create, read, update, delete) for which an access privilege is required.
Update
- The 'update' operation/state.Create
- The 'create' operation/state.Read
- The 'read' operation/state.Delete
- The 'delete' operation/state.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- privilege String
- The name of the privilege which is required to invoke the specified CRUD method.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- method string
- The type of CRUD operation (create, read, update, delete) for which an access privilege is required.
Update
- The 'update' operation/state.Create
- The 'create' operation/state.Read
- The 'read' operation/state.Delete
- The 'delete' operation/state.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- privilege string
- The name of the privilege which is required to invoke the specified CRUD method.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- method str
- The type of CRUD operation (create, read, update, delete) for which an access privilege is required.
Update
- The 'update' operation/state.Create
- The 'create' operation/state.Read
- The 'read' operation/state.Delete
- The 'delete' operation/state.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- privilege str
- The name of the privilege which is required to invoke the specified CRUD method.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- method String
- The type of CRUD operation (create, read, update, delete) for which an access privilege is required.
Update
- The 'update' operation/state.Create
- The 'create' operation/state.Read
- The 'read' operation/state.Delete
- The 'delete' operation/state.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- privilege String
- The name of the privilege which is required to invoke the specified CRUD method.
GetMetaDefinitionAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMetaDefinitionDisplayNameMeta
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Format string
- A specification for constructing the displayname from the MO's properties.
- Include
Ancestor bool - An indication of whether the displayname should be contructed 'recursively' including the displayname of the first ancestor with a similarly named displayname.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Format string
- A specification for constructing the displayname from the MO's properties.
- Include
Ancestor bool - An indication of whether the displayname should be contructed 'recursively' including the displayname of the first ancestor with a similarly named displayname.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- format String
- A specification for constructing the displayname from the MO's properties.
- include
Ancestor Boolean - An indication of whether the displayname should be contructed 'recursively' including the displayname of the first ancestor with a similarly named displayname.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- format string
- A specification for constructing the displayname from the MO's properties.
- include
Ancestor boolean - An indication of whether the displayname should be contructed 'recursively' including the displayname of the first ancestor with a similarly named displayname.
- name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- format str
- A specification for constructing the displayname from the MO's properties.
- include_
ancestor bool - An indication of whether the displayname should be contructed 'recursively' including the displayname of the first ancestor with a similarly named displayname.
- name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- format String
- A specification for constructing the displayname from the MO's properties.
- include
Ancestor Boolean - An indication of whether the displayname should be contructed 'recursively' including the displayname of the first ancestor with a similarly named displayname.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetMetaDefinitionIdentityConstraint
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fields List<string>
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Fields []string
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fields List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fields string[]
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fields Sequence[str]
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- fields List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetMetaDefinitionParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMetaDefinitionPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMetaDefinitionProperty
- Additional
Properties string - Api
Access string - API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Default string
- The default value of the property. Not applicable when IsComplexType is True.
- Is
Collection bool - Indicates whether the property is a collection (i.e. a JSON array), otherwise it is a single value.
- Is
Complex boolType - Indicates whether the property is a complex type, otherwise it is a basic scalar type.
- Kind string
- The kind of the property.
Unknown
- The property kind is unknown.Boolean
- The 'Boolean' kind of property.String
- The 'String' kind of property.Integer
- The 'Integer' kind of property.Int32
- The 'Int32' kind of property.Int64
- The 'Int64' kind of property.Float
- The 'Float' kind of property.Double
- The 'Double' kind of property.Date
- The 'Date' kind of property.Duration
- The 'Duration' kind of property.Time
- The 'Time' kind of property.Json
- The 'JSON' kind of property.Binary
- The 'Binary' kind of property.EnumString
- The 'EnumString' kind of property.EnumInteger
- The 'EnumInteger' kind of property.ComplexType
- The 'ComplexType' kind of property.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Op
Security string - The data-at-rest security protection applied to this property when a Managed Object is persisted.
For example, Encrypted or Cleartext.
ClearText
- Data at rest is not encrypted using account specific keys.Note that data is always protected using volume encryption. ClearText propertiesare queryable and searchable.Encrypted
- The value of the property is encrypted with account-specific cryptographic keys.This setting is used for properties that contain sensitive data. Encrypted propertiesare not queryable and searchable.Pbkdf2
- The value of the property is hashed using the pbkdf2 key derivation functions thattakes a password, a salt, and a cost factor as inputs then generates a password hash.Its purpose is to make each password guessing trial by an attacker who has obtaineda password hash file expensive and therefore the cost of a guessing attack high or prohibitive.Bcrypt
- The value of the property is hashed using the bcrypt key derivation function.Sha512crypt
- The value of the property is hashed using the sha512crypt key derivation function.Argon2id
- The value of the property is hashed using the argon2id key derivation function.
- Search
Weight double - Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable.
- Type string
- The type of the property. In case of collection properties the type is that of individual elements.
- Additional
Properties string - Api
Access string - API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Default string
- The default value of the property. Not applicable when IsComplexType is True.
- Is
Collection bool - Indicates whether the property is a collection (i.e. a JSON array), otherwise it is a single value.
- Is
Complex boolType - Indicates whether the property is a complex type, otherwise it is a basic scalar type.
- Kind string
- The kind of the property.
Unknown
- The property kind is unknown.Boolean
- The 'Boolean' kind of property.String
- The 'String' kind of property.Integer
- The 'Integer' kind of property.Int32
- The 'Int32' kind of property.Int64
- The 'Int64' kind of property.Float
- The 'Float' kind of property.Double
- The 'Double' kind of property.Date
- The 'Date' kind of property.Duration
- The 'Duration' kind of property.Time
- The 'Time' kind of property.Json
- The 'JSON' kind of property.Binary
- The 'Binary' kind of property.EnumString
- The 'EnumString' kind of property.EnumInteger
- The 'EnumInteger' kind of property.ComplexType
- The 'ComplexType' kind of property.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Op
Security string - The data-at-rest security protection applied to this property when a Managed Object is persisted.
For example, Encrypted or Cleartext.
ClearText
- Data at rest is not encrypted using account specific keys.Note that data is always protected using volume encryption. ClearText propertiesare queryable and searchable.Encrypted
- The value of the property is encrypted with account-specific cryptographic keys.This setting is used for properties that contain sensitive data. Encrypted propertiesare not queryable and searchable.Pbkdf2
- The value of the property is hashed using the pbkdf2 key derivation functions thattakes a password, a salt, and a cost factor as inputs then generates a password hash.Its purpose is to make each password guessing trial by an attacker who has obtaineda password hash file expensive and therefore the cost of a guessing attack high or prohibitive.Bcrypt
- The value of the property is hashed using the bcrypt key derivation function.Sha512crypt
- The value of the property is hashed using the sha512crypt key derivation function.Argon2id
- The value of the property is hashed using the argon2id key derivation function.
- Search
Weight float64 - Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable.
- Type string
- The type of the property. In case of collection properties the type is that of individual elements.
- additional
Properties String - api
Access String - API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- default_ String
- The default value of the property. Not applicable when IsComplexType is True.
- is
Collection Boolean - Indicates whether the property is a collection (i.e. a JSON array), otherwise it is a single value.
- is
Complex BooleanType - Indicates whether the property is a complex type, otherwise it is a basic scalar type.
- kind String
- The kind of the property.
Unknown
- The property kind is unknown.Boolean
- The 'Boolean' kind of property.String
- The 'String' kind of property.Integer
- The 'Integer' kind of property.Int32
- The 'Int32' kind of property.Int64
- The 'Int64' kind of property.Float
- The 'Float' kind of property.Double
- The 'Double' kind of property.Date
- The 'Date' kind of property.Duration
- The 'Duration' kind of property.Time
- The 'Time' kind of property.Json
- The 'JSON' kind of property.Binary
- The 'Binary' kind of property.EnumString
- The 'EnumString' kind of property.EnumInteger
- The 'EnumInteger' kind of property.ComplexType
- The 'ComplexType' kind of property.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- op
Security String - The data-at-rest security protection applied to this property when a Managed Object is persisted.
For example, Encrypted or Cleartext.
ClearText
- Data at rest is not encrypted using account specific keys.Note that data is always protected using volume encryption. ClearText propertiesare queryable and searchable.Encrypted
- The value of the property is encrypted with account-specific cryptographic keys.This setting is used for properties that contain sensitive data. Encrypted propertiesare not queryable and searchable.Pbkdf2
- The value of the property is hashed using the pbkdf2 key derivation functions thattakes a password, a salt, and a cost factor as inputs then generates a password hash.Its purpose is to make each password guessing trial by an attacker who has obtaineda password hash file expensive and therefore the cost of a guessing attack high or prohibitive.Bcrypt
- The value of the property is hashed using the bcrypt key derivation function.Sha512crypt
- The value of the property is hashed using the sha512crypt key derivation function.Argon2id
- The value of the property is hashed using the argon2id key derivation function.
- search
Weight Double - Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable.
- type String
- The type of the property. In case of collection properties the type is that of individual elements.
- additional
Properties string - api
Access string - API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- default string
- The default value of the property. Not applicable when IsComplexType is True.
- is
Collection boolean - Indicates whether the property is a collection (i.e. a JSON array), otherwise it is a single value.
- is
Complex booleanType - Indicates whether the property is a complex type, otherwise it is a basic scalar type.
- kind string
- The kind of the property.
Unknown
- The property kind is unknown.Boolean
- The 'Boolean' kind of property.String
- The 'String' kind of property.Integer
- The 'Integer' kind of property.Int32
- The 'Int32' kind of property.Int64
- The 'Int64' kind of property.Float
- The 'Float' kind of property.Double
- The 'Double' kind of property.Date
- The 'Date' kind of property.Duration
- The 'Duration' kind of property.Time
- The 'Time' kind of property.Json
- The 'JSON' kind of property.Binary
- The 'Binary' kind of property.EnumString
- The 'EnumString' kind of property.EnumInteger
- The 'EnumInteger' kind of property.ComplexType
- The 'ComplexType' kind of property.
- name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- op
Security string - The data-at-rest security protection applied to this property when a Managed Object is persisted.
For example, Encrypted or Cleartext.
ClearText
- Data at rest is not encrypted using account specific keys.Note that data is always protected using volume encryption. ClearText propertiesare queryable and searchable.Encrypted
- The value of the property is encrypted with account-specific cryptographic keys.This setting is used for properties that contain sensitive data. Encrypted propertiesare not queryable and searchable.Pbkdf2
- The value of the property is hashed using the pbkdf2 key derivation functions thattakes a password, a salt, and a cost factor as inputs then generates a password hash.Its purpose is to make each password guessing trial by an attacker who has obtaineda password hash file expensive and therefore the cost of a guessing attack high or prohibitive.Bcrypt
- The value of the property is hashed using the bcrypt key derivation function.Sha512crypt
- The value of the property is hashed using the sha512crypt key derivation function.Argon2id
- The value of the property is hashed using the argon2id key derivation function.
- search
Weight number - Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable.
- type string
- The type of the property. In case of collection properties the type is that of individual elements.
- additional_
properties str - api_
access str - API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- default str
- The default value of the property. Not applicable when IsComplexType is True.
- is_
collection bool - Indicates whether the property is a collection (i.e. a JSON array), otherwise it is a single value.
- is_
complex_ booltype - Indicates whether the property is a complex type, otherwise it is a basic scalar type.
- kind str
- The kind of the property.
Unknown
- The property kind is unknown.Boolean
- The 'Boolean' kind of property.String
- The 'String' kind of property.Integer
- The 'Integer' kind of property.Int32
- The 'Int32' kind of property.Int64
- The 'Int64' kind of property.Float
- The 'Float' kind of property.Double
- The 'Double' kind of property.Date
- The 'Date' kind of property.Duration
- The 'Duration' kind of property.Time
- The 'Time' kind of property.Json
- The 'JSON' kind of property.Binary
- The 'Binary' kind of property.EnumString
- The 'EnumString' kind of property.EnumInteger
- The 'EnumInteger' kind of property.ComplexType
- The 'ComplexType' kind of property.
- name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- op_
security str - The data-at-rest security protection applied to this property when a Managed Object is persisted.
For example, Encrypted or Cleartext.
ClearText
- Data at rest is not encrypted using account specific keys.Note that data is always protected using volume encryption. ClearText propertiesare queryable and searchable.Encrypted
- The value of the property is encrypted with account-specific cryptographic keys.This setting is used for properties that contain sensitive data. Encrypted propertiesare not queryable and searchable.Pbkdf2
- The value of the property is hashed using the pbkdf2 key derivation functions thattakes a password, a salt, and a cost factor as inputs then generates a password hash.Its purpose is to make each password guessing trial by an attacker who has obtaineda password hash file expensive and therefore the cost of a guessing attack high or prohibitive.Bcrypt
- The value of the property is hashed using the bcrypt key derivation function.Sha512crypt
- The value of the property is hashed using the sha512crypt key derivation function.Argon2id
- The value of the property is hashed using the argon2id key derivation function.
- search_
weight float - Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable.
- type str
- The type of the property. In case of collection properties the type is that of individual elements.
- additional
Properties String - api
Access String - API access control for the property. Examples are NoAccess, ReadOnly, CreateOnly etc.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- default String
- The default value of the property. Not applicable when IsComplexType is True.
- is
Collection Boolean - Indicates whether the property is a collection (i.e. a JSON array), otherwise it is a single value.
- is
Complex BooleanType - Indicates whether the property is a complex type, otherwise it is a basic scalar type.
- kind String
- The kind of the property.
Unknown
- The property kind is unknown.Boolean
- The 'Boolean' kind of property.String
- The 'String' kind of property.Integer
- The 'Integer' kind of property.Int32
- The 'Int32' kind of property.Int64
- The 'Int64' kind of property.Float
- The 'Float' kind of property.Double
- The 'Double' kind of property.Date
- The 'Date' kind of property.Duration
- The 'Duration' kind of property.Time
- The 'Time' kind of property.Json
- The 'JSON' kind of property.Binary
- The 'Binary' kind of property.EnumString
- The 'EnumString' kind of property.EnumInteger
- The 'EnumInteger' kind of property.ComplexType
- The 'ComplexType' kind of property.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- op
Security String - The data-at-rest security protection applied to this property when a Managed Object is persisted.
For example, Encrypted or Cleartext.
ClearText
- Data at rest is not encrypted using account specific keys.Note that data is always protected using volume encryption. ClearText propertiesare queryable and searchable.Encrypted
- The value of the property is encrypted with account-specific cryptographic keys.This setting is used for properties that contain sensitive data. Encrypted propertiesare not queryable and searchable.Pbkdf2
- The value of the property is hashed using the pbkdf2 key derivation functions thattakes a password, a salt, and a cost factor as inputs then generates a password hash.Its purpose is to make each password guessing trial by an attacker who has obtaineda password hash file expensive and therefore the cost of a guessing attack high or prohibitive.Bcrypt
- The value of the property is hashed using the bcrypt key derivation function.Sha512crypt
- The value of the property is hashed using the sha512crypt key derivation function.Argon2id
- The value of the property is hashed using the argon2id key derivation function.
- search
Weight Number - Enables the property to be searchable from global search. A value of 0 means this property is not globally searchable.
- type String
- The type of the property. In case of collection properties the type is that of individual elements.
GetMetaDefinitionRelationship
- Additional
Properties string - Api
Access string - API access definition for this relationship.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Collection bool
- Specifies whether the relationship is a collection.
- Export bool
- When turned off, the peer MO is not exported when the local MO is exported.
- Export
With boolPeer - When turned on, the local MO is exported when the peer is exported.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Peer
Rel stringName - Name of relationship in peer managed object.
- Peer
Supported List<string>Object Types - Peer
Sync bool - When turned on, peer MO corresponding to the reference provided in relation is updated with a reference to the current MO.
- Type string
- Fully qualified type of the peer managed object.
- Additional
Properties string - Api
Access string - API access definition for this relationship.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Collection bool
- Specifies whether the relationship is a collection.
- Export bool
- When turned off, the peer MO is not exported when the local MO is exported.
- Export
With boolPeer - When turned on, the local MO is exported when the peer is exported.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Peer
Rel stringName - Name of relationship in peer managed object.
- Peer
Supported []stringObject Types - Peer
Sync bool - When turned on, peer MO corresponding to the reference provided in relation is updated with a reference to the current MO.
- Type string
- Fully qualified type of the peer managed object.
- additional
Properties String - api
Access String - API access definition for this relationship.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- collection Boolean
- Specifies whether the relationship is a collection.
- export Boolean
- When turned off, the peer MO is not exported when the local MO is exported.
- export
With BooleanPeer - When turned on, the local MO is exported when the peer is exported.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- peer
Rel StringName - Name of relationship in peer managed object.
- peer
Supported List<String>Object Types - peer
Sync Boolean - When turned on, peer MO corresponding to the reference provided in relation is updated with a reference to the current MO.
- type String
- Fully qualified type of the peer managed object.
- additional
Properties string - api
Access string - API access definition for this relationship.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- collection boolean
- Specifies whether the relationship is a collection.
- export boolean
- When turned off, the peer MO is not exported when the local MO is exported.
- export
With booleanPeer - When turned on, the local MO is exported when the peer is exported.
- name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- peer
Rel stringName - Name of relationship in peer managed object.
- peer
Supported string[]Object Types - peer
Sync boolean - When turned on, peer MO corresponding to the reference provided in relation is updated with a reference to the current MO.
- type string
- Fully qualified type of the peer managed object.
- additional_
properties str - api_
access str - API access definition for this relationship.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- collection bool
- Specifies whether the relationship is a collection.
- export bool
- When turned off, the peer MO is not exported when the local MO is exported.
- export_
with_ boolpeer - When turned on, the local MO is exported when the peer is exported.
- name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- peer_
rel_ strname - Name of relationship in peer managed object.
- peer_
supported_ Sequence[str]object_ types - peer_
sync bool - When turned on, peer MO corresponding to the reference provided in relation is updated with a reference to the current MO.
- type str
- Fully qualified type of the peer managed object.
- additional
Properties String - api
Access String - API access definition for this relationship.
NoAccess
- The property is not accessible from the API.ReadOnly
- The value of the property is read-only.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa ReadOnly property.CreateOnly
- The value of the property can be set when the REST resource is created. It cannot be changed after object creation.An HTTP 4xx status code is returned when the user sends a POST/PUT/PATCH request that containsa CreateOnly property.CreateOnly properties are returned in the response body of HTTP GET requests.ReadWrite
- The property has read/write access.WriteOnly
- The value of the property can be set but it is never returned in the response body of supported HTTP methods.This settings is used for sensitive properties such as passwords.ReadOnCreate
- The value of the property is returned in the HTTP POST response body when the REST resource is created.The property is not writeable and cannot be queried through a GET request after the resource has been created.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- collection Boolean
- Specifies whether the relationship is a collection.
- export Boolean
- When turned off, the peer MO is not exported when the local MO is exported.
- export
With BooleanPeer - When turned on, the local MO is exported when the peer is exported.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- peer
Rel StringName - Name of relationship in peer managed object.
- peer
Supported List<String>Object Types - peer
Sync Boolean - When turned on, peer MO corresponding to the reference provided in relation is updated with a reference to the current MO.
- type String
- Fully qualified type of the peer managed object.
GetMetaDefinitionResult
- Access
Privileges List<GetMeta Definition Result Access Privilege> - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestor
Classes List<string> - Ancestors
List<Get
Meta Definition Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Display
Name List<GetMetas Meta Definition Result Display Name Meta> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Identity
Constraints List<GetMeta Definition Result Identity Constraint> - Is
Concrete bool - Boolean flag to specify whether the meta class is a concrete class or not.
- Meta
Type string - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Namespace string
- The namespace of the meta.
- Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - Owner string
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - Owners List<string>
- Parent
Class string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- Parents
List<Get
Meta Definition Result Parent> - Permission
Resources List<GetMeta Definition Result Permission Resource> - Permission
Supported bool - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- Properties
List<Get
Meta Definition Result Property> - Rbac
Resource bool - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- Relationships
List<Get
Meta Definition Result Relationship> - Resource
Pool List<string>Types - Rest
Path string - Restful URL path for the meta.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Meta Definition Result Tag> - Version
Contexts List<GetMeta Definition Result Version Context>
- Access
Privileges []GetMeta Definition Result Access Privilege - Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestor
Classes []string - Ancestors
[]Get
Meta Definition Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Display
Name []GetMetas Meta Definition Result Display Name Meta - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Identity
Constraints []GetMeta Definition Result Identity Constraint - Is
Concrete bool - Boolean flag to specify whether the meta class is a concrete class or not.
- Meta
Type string - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Namespace string
- The namespace of the meta.
- Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - Owner string
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - Owners []string
- Parent
Class string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- Parents
[]Get
Meta Definition Result Parent - Permission
Resources []GetMeta Definition Result Permission Resource - Permission
Supported bool - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- Properties
[]Get
Meta Definition Result Property - Rbac
Resource bool - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- Relationships
[]Get
Meta Definition Result Relationship - Resource
Pool []stringTypes - Rest
Path string - Restful URL path for the meta.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Meta Definition Result Tag - Version
Contexts []GetMeta Definition Result Version Context
- access
Privileges List<GetMeta Definition Result Access Privilege> - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestor
Classes List<String> - ancestors
List<Get
Meta Definition Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- display
Name List<GetMetas Meta Definition Result Display Name Meta> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- identity
Constraints List<GetMeta Definition Result Identity Constraint> - is
Concrete Boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type String - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace String
- The namespace of the meta.
- nr
Version String - The version of the service that defines the meta-data.
- object
Type String - owner String
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners List<String>
- parent
Class String - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents
List<Get
Meta Definition Result Parent> - permission
Resources List<GetMeta Definition Result Permission Resource> - permission
Supported Boolean - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties
List<Get
Meta Definition Result Property> - rbac
Resource Boolean - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships
List<Get
Meta Definition Result Relationship> - resource
Pool List<String>Types - rest
Path String - Restful URL path for the meta.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Meta Definition Result Tag> - version
Contexts List<GetMeta Definition Result Version Context>
- access
Privileges GetMeta Definition Result Access Privilege[] - account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestor
Classes string[] - ancestors
Get
Meta Definition Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- display
Name GetMetas Meta Definition Result Display Name Meta[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- identity
Constraints GetMeta Definition Result Identity Constraint[] - is
Concrete boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type string - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace string
- The namespace of the meta.
- nr
Version string - The version of the service that defines the meta-data.
- object
Type string - owner string
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners string[]
- parent
Class string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents
Get
Meta Definition Result Parent[] - permission
Resources GetMeta Definition Result Permission Resource[] - permission
Supported boolean - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties
Get
Meta Definition Result Property[] - rbac
Resource boolean - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships
Get
Meta Definition Result Relationship[] - resource
Pool string[]Types - rest
Path string - Restful URL path for the meta.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Meta Definition Result Tag[] - version
Contexts GetMeta Definition Result Version Context[]
- access_
privileges Sequence[GetMeta Definition Result Access Privilege] - account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestor_
classes Sequence[str] - ancestors
Sequence[Get
Meta Definition Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- display_
name_ Sequence[Getmetas Meta Definition Result Display Name Meta] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- identity_
constraints Sequence[GetMeta Definition Result Identity Constraint] - is_
concrete bool - Boolean flag to specify whether the meta class is a concrete class or not.
- meta_
type str - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace str
- The namespace of the meta.
- nr_
version str - The version of the service that defines the meta-data.
- object_
type str - owner str
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners Sequence[str]
- parent_
class str - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents
Sequence[Get
Meta Definition Result Parent] - permission_
resources Sequence[GetMeta Definition Result Permission Resource] - permission_
supported bool - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties
Sequence[Get
Meta Definition Result Property] - rbac_
resource bool - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships
Sequence[Get
Meta Definition Result Relationship] - resource_
pool_ Sequence[str]types - rest_
path str - Restful URL path for the meta.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Meta Definition Result Tag] - version_
contexts Sequence[GetMeta Definition Result Version Context]
- access
Privileges List<Property Map> - account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestor
Classes List<String> - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- display
Name List<Property Map>Metas - domain
Group StringMoid - The DomainGroup ID for this managed object.
- identity
Constraints List<Property Map> - is
Concrete Boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type String - Indicates whether the meta class is a complex type or managed object.*
ManagedObject
- The meta.Definition object describes a managed object.*ComplexType
- The meta.Definition object describes a nested complex type within a managed object. - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- namespace String
- The namespace of the meta.
- nr
Version String - The version of the service that defines the meta-data.
- object
Type String - owner String
- A value describing the owner for a given Managed Object, such as Account or Organization.*
System
- Any Managed Object with OwnerType as System is root for objects common to all accounts. Any object which inherits permissions from this object has owners as system and is common to all accounts. Objects with owner as system can only be read by user and modification is not allowed by user.*Yes
- Any Managed Object with OwnerType as Yes is root for objects which need security filtering. Currently objects with owner yes are account and device registration. Any object with owner ''yes'' has self moid in owners and any objects which inherits permissions from this object has root object moid as owners. In user context, account filtering is enforced by providing access to objects with owner as account moid. In device context, device filtering is enforced by providing access to objects with owner as device moid.*No
- Any Managed Object with OwnerType as No inherits base mo properties like owners, domain group moid, account moid, permission resources from inherit permission relation. Inherit permission relation could be with an object whose owner is system/organization/yes/no.*Internal
- Any Managed Object with OwnerType as Internal is internal to system. Such Managed Objects cannot be accessed using REST APIs and can be created, updated or deleted in any security context.*Organization
- Any Managed Object with OwnerType as Organization is contained under an organization like profiles, policies, user defined workflows. Implicitly an organization on-peer-delete relation is added in this object. - owners List<String>
- parent
Class String - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents List<Property Map>
- permission
Resources List<Property Map> - permission
Supported Boolean - Boolean flag to specify whether instances of this class type can be specified in permissions for instance based access control. Permissions can be created for entire Intersight account or to a subset of resources (instance based access control). In the first release, permissions are supported for entire account or for a subset of organizations.
- properties List<Property Map>
- rbac
Resource Boolean - Boolean flag to specify whether instances of this class type can be assigned to resource groups that are part of an organization for access control. Inventoried physical/logical objects which needs access control should have rbacResource=true. These objects are not part of any organization by default like device registrations and should be assigned to organizations for access control. Profiles, policies, workflow definitions which are created by specifying organization need not have this flag set.
- relationships List<Property Map>
- resource
Pool List<String>Types - rest
Path String - Restful URL path for the meta.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- version
Contexts List<Property Map>
GetMetaDefinitionResultAccessPrivilege
- Additional
Properties string - Class
Id string - Method string
- Object
Type string - Privilege string
- Additional
Properties string - Class
Id string - Method string
- Object
Type string - Privilege string
- additional
Properties String - class
Id String - method String
- object
Type String - privilege String
- additional
Properties string - class
Id string - method string
- object
Type string - privilege string
- additional_
properties str - class_
id str - method str
- object_
type str - privilege str
- additional
Properties String - class
Id String - method String
- object
Type String - privilege String
GetMetaDefinitionResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMetaDefinitionResultDisplayNameMeta
- Additional
Properties string - Class
Id string - Format string
- Include
Ancestor bool - Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string
- Additional
Properties string - Class
Id string - Format string
- Include
Ancestor bool - Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string
- additional
Properties String - class
Id String - format String
- include
Ancestor Boolean - name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String
- additional
Properties string - class
Id string - format string
- include
Ancestor boolean - name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type string
- additional_
properties str - class_
id str - format str
- include_
ancestor bool - name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object_
type str
- additional
Properties String - class
Id String - format String
- include
Ancestor Boolean - name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String
GetMetaDefinitionResultIdentityConstraint
- Additional
Properties string - Class
Id string - Fields List<string>
- Object
Type string
- Additional
Properties string - Class
Id string - Fields []string
- Object
Type string
- additional
Properties String - class
Id String - fields List<String>
- object
Type String
- additional
Properties string - class
Id string - fields string[]
- object
Type string
- additional_
properties str - class_
id str - fields Sequence[str]
- object_
type str
- additional
Properties String - class
Id String - fields List<String>
- object
Type String
GetMetaDefinitionResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMetaDefinitionResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMetaDefinitionResultProperty
- Additional
Properties string - Api
Access string - Class
Id string - Default string
- Is
Collection bool - Is
Complex boolType - Kind string
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - Op
Security string - Search
Weight double - Type string
- Additional
Properties string - Api
Access string - Class
Id string - Default string
- Is
Collection bool - Is
Complex boolType - Kind string
- Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - Op
Security string - Search
Weight float64 - Type string
- additional
Properties String - api
Access String - class
Id String - default_ String
- is
Collection Boolean - is
Complex BooleanType - kind String
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - op
Security String - search
Weight Double - type String
- additional
Properties string - api
Access string - class
Id string - default string
- is
Collection boolean - is
Complex booleanType - kind string
- name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type string - op
Security string - search
Weight number - type string
- additional_
properties str - api_
access str - class_
id str - default str
- is_
collection bool - is_
complex_ booltype - kind str
- name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object_
type str - op_
security str - search_
weight float - type str
- additional
Properties String - api
Access String - class
Id String - default String
- is
Collection Boolean - is
Complex BooleanType - kind String
- name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - op
Security String - search
Weight Number - type String
GetMetaDefinitionResultRelationship
- Additional
Properties string - Api
Access string - Class
Id string - Collection bool
- Export bool
- Export
With boolPeer - Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - Peer
Rel stringName - Peer
Supported List<string>Object Types - Peer
Sync bool - Type string
- Additional
Properties string - Api
Access string - Class
Id string - Collection bool
- Export bool
- Export
With boolPeer - Name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- Object
Type string - Peer
Rel stringName - Peer
Supported []stringObject Types - Peer
Sync bool - Type string
- additional
Properties String - api
Access String - class
Id String - collection Boolean
- export Boolean
- export
With BooleanPeer - name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - peer
Rel StringName - peer
Supported List<String>Object Types - peer
Sync Boolean - type String
- additional
Properties string - api
Access string - class
Id string - collection boolean
- export boolean
- export
With booleanPeer - name string
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type string - peer
Rel stringName - peer
Supported string[]Object Types - peer
Sync boolean - type string
- additional_
properties str - api_
access str - class_
id str - collection bool
- export bool
- export_
with_ boolpeer - name str
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object_
type str - peer_
rel_ strname - peer_
supported_ Sequence[str]object_ types - peer_
sync bool - type str
- additional
Properties String - api
Access String - class
Id String - collection Boolean
- export Boolean
- export
With BooleanPeer - name String
- The fully-qualified class name of the Managed Object or complex type. For example, \ compute:Blade\ where the Managed Object is \ Blade\ and the package is 'compute'.
- object
Type String - peer
Rel StringName - peer
Supported List<String>Object Types - peer
Sync Boolean - type String
GetMetaDefinitionResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetMetaDefinitionResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetMeta Definition Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - Ref
Mos List<GetMeta Definition Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetMeta Definition Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - Ref
Mos []GetMeta Definition Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetMeta Definition Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - The version of the service that defines the meta-data.
- object
Type String - ref
Mos List<GetMeta Definition Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetMeta Definition Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - The version of the service that defines the meta-data.
- object
Type string - ref
Mos GetMeta Definition Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetMeta Definition Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - The version of the service that defines the meta-data.
- object_
type str - ref_
mos Sequence[GetMeta Definition Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - The version of the service that defines the meta-data.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetMetaDefinitionResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMetaDefinitionResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMetaDefinitionTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetMetaDefinitionVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetMeta Definition Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetMeta Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetMeta Definition Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the service that defines the meta-data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetMeta Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetMeta Definition Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the service that defines the meta-data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetMeta Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetMeta Definition Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the service that defines the meta-data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetMeta Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetMeta Definition Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the service that defines the meta-data.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetMeta Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the service that defines the meta-data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetMetaDefinitionVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMetaDefinitionVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet