intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getMetaDefinition
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 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 This property is required. List<GetMeta Definition Result Access Privilege> - Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestor
Classes This property is required. List<string> - Ancestors
This property is required. List<GetMeta Definition Result Ancestor> - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Display
Name Metas This property is required. List<GetMeta Definition Result Display Name Meta> - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Identity
Constraints This property is required. List<GetMeta Definition Result Identity Constraint> - Is
Concrete This property is required. bool - Boolean flag to specify whether the meta class is a concrete class or not.
- Meta
Type This property is required. 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 This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. 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
This property is required. string - The namespace of the meta.
- Nr
Version This property is required. string - The version of the service that defines the meta-data.
- Object
Type This property is required. string - Owner
This property is required. 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
This property is required. List<string> - Parent
Class This property is required. string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- Parents
This property is required. List<GetMeta Definition Result Parent> - Permission
Resources This property is required. List<GetMeta Definition Result Permission Resource> - Permission
Supported This property is required. 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
This property is required. List<GetMeta Definition Result Property> - Rbac
Resource This property is required. 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
This property is required. List<GetMeta Definition Result Relationship> - Resource
Pool Types This property is required. List<string> - Rest
Path This property is required. string - Restful URL path for the meta.
This property is required. 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.
This property is required. List<GetMeta Definition Result Tag> - Version
Contexts This property is required. List<GetMeta Definition Result Version Context>
- Access
Privileges This property is required. []GetMeta Definition Result Access Privilege - Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestor
Classes This property is required. []string - Ancestors
This property is required. []GetMeta Definition Result Ancestor - Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Display
Name Metas This property is required. []GetMeta Definition Result Display Name Meta - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Identity
Constraints This property is required. []GetMeta Definition Result Identity Constraint - Is
Concrete This property is required. bool - Boolean flag to specify whether the meta class is a concrete class or not.
- Meta
Type This property is required. 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 This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. 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
This property is required. string - The namespace of the meta.
- Nr
Version This property is required. string - The version of the service that defines the meta-data.
- Object
Type This property is required. string - Owner
This property is required. 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
This property is required. []string - Parent
Class This property is required. string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- Parents
This property is required. []GetMeta Definition Result Parent - Permission
Resources This property is required. []GetMeta Definition Result Permission Resource - Permission
Supported This property is required. 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
This property is required. []GetMeta Definition Result Property - Rbac
Resource This property is required. 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
This property is required. []GetMeta Definition Result Relationship - Resource
Pool Types This property is required. []string - Rest
Path This property is required. string - Restful URL path for the meta.
This property is required. 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.
This property is required. []GetMeta Definition Result Tag - Version
Contexts This property is required. []GetMeta Definition Result Version Context
- access
Privileges This property is required. List<GetMeta Definition Result Access Privilege> - account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestor
Classes This property is required. List<String> - ancestors
This property is required. List<GetMeta Definition Result Ancestor> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- display
Name Metas This property is required. List<GetMeta Definition Result Display Name Meta> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- identity
Constraints This property is required. List<GetMeta Definition Result Identity Constraint> - is
Concrete This property is required. Boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type This property is required. 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 This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. 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
This property is required. String - The namespace of the meta.
- nr
Version This property is required. String - The version of the service that defines the meta-data.
- object
Type This property is required. String - owner
This property is required. 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
This property is required. List<String> - parent
Class This property is required. String - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents
This property is required. List<GetMeta Definition Result Parent> - permission
Resources This property is required. List<GetMeta Definition Result Permission Resource> - permission
Supported This property is required. 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
This property is required. List<GetMeta Definition Result Property> - rbac
Resource This property is required. 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
This property is required. List<GetMeta Definition Result Relationship> - resource
Pool Types This property is required. List<String> - rest
Path This property is required. String - Restful URL path for the meta.
This property is required. 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.
This property is required. List<GetMeta Definition Result Tag> - version
Contexts This property is required. List<GetMeta Definition Result Version Context>
- access
Privileges This property is required. GetMeta Definition Result Access Privilege[] - account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestor
Classes This property is required. string[] - ancestors
This property is required. GetMeta Definition Result Ancestor[] - class
Id This property is required. string - create
Time This property is required. string - The time when this managed object was created.
- display
Name Metas This property is required. GetMeta Definition Result Display Name Meta[] - domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- identity
Constraints This property is required. GetMeta Definition Result Identity Constraint[] - is
Concrete This property is required. boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type This property is required. 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 This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. 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
This property is required. string - The namespace of the meta.
- nr
Version This property is required. string - The version of the service that defines the meta-data.
- object
Type This property is required. string - owner
This property is required. 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
This property is required. string[] - parent
Class This property is required. string - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents
This property is required. GetMeta Definition Result Parent[] - permission
Resources This property is required. GetMeta Definition Result Permission Resource[] - permission
Supported This property is required. 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
This property is required. GetMeta Definition Result Property[] - rbac
Resource This property is required. 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
This property is required. GetMeta Definition Result Relationship[] - resource
Pool Types This property is required. string[] - rest
Path This property is required. string - Restful URL path for the meta.
This property is required. 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.
This property is required. GetMeta Definition Result Tag[] - version
Contexts This property is required. GetMeta Definition Result Version Context[]
- access_
privileges This property is required. Sequence[GetMeta Definition Result Access Privilege] - account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - ancestor_
classes This property is required. Sequence[str] - ancestors
This property is required. Sequence[GetMeta Definition Result Ancestor] - class_
id This property is required. str - create_
time This property is required. str - The time when this managed object was created.
- display_
name_ metas This property is required. Sequence[GetMeta Definition Result Display Name Meta] - domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- identity_
constraints This property is required. Sequence[GetMeta Definition Result Identity Constraint] - is_
concrete This property is required. bool - Boolean flag to specify whether the meta class is a concrete class or not.
- meta_
type This property is required. 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 This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. 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
This property is required. str - The namespace of the meta.
- nr_
version This property is required. str - The version of the service that defines the meta-data.
- object_
type This property is required. str - owner
This property is required. 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
This property is required. Sequence[str] - parent_
class This property is required. str - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents
This property is required. Sequence[GetMeta Definition Result Parent] - permission_
resources This property is required. Sequence[GetMeta Definition Result Permission Resource] - permission_
supported This property is required. 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
This property is required. Sequence[GetMeta Definition Result Property] - rbac_
resource This property is required. 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
This property is required. Sequence[GetMeta Definition Result Relationship] - resource_
pool_ types This property is required. Sequence[str] - rest_
path This property is required. str - Restful URL path for the meta.
This property is required. 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.
This property is required. Sequence[GetMeta Definition Result Tag] - version_
contexts This property is required. Sequence[GetMeta Definition Result Version Context]
- access
Privileges This property is required. List<Property Map> - account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestor
Classes This property is required. List<String> - ancestors
This property is required. List<Property Map> - class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- display
Name Metas This property is required. List<Property Map> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- identity
Constraints This property is required. List<Property Map> - is
Concrete This property is required. Boolean - Boolean flag to specify whether the meta class is a concrete class or not.
- meta
Type This property is required. 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 This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. 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
This property is required. String - The namespace of the meta.
- nr
Version This property is required. String - The version of the service that defines the meta-data.
- object
Type This property is required. String - owner
This property is required. 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
This property is required. List<String> - parent
Class This property is required. String - The fully-qualified name of the parent metaclass in the class inheritance hierarchy.
- parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - permission
Supported This property is required. 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
This property is required. List<Property Map> - rbac
Resource This property is required. 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
This property is required. List<Property Map> - resource
Pool Types This property is required. List<String> - rest
Path This property is required. String - Restful URL path for the meta.
This property is required. 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.
This property is required. List<Property Map>- version
Contexts This property is required. List<Property Map>
GetMetaDefinitionResultAccessPrivilege
- Additional
Properties This property is required. string - Class
Id This property is required. string - Method
This property is required. string - Object
Type This property is required. string - Privilege
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Method
This property is required. string - Object
Type This property is required. string - Privilege
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - method
This property is required. String - object
Type This property is required. String - privilege
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - method
This property is required. string - object
Type This property is required. string - privilege
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - method
This property is required. str - object_
type This property is required. str - privilege
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - method
This property is required. String - object
Type This property is required. String - privilege
This property is required. String
GetMetaDefinitionResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetMetaDefinitionResultDisplayNameMeta
- Additional
Properties This property is required. string - Class
Id This property is required. string - Format
This property is required. string - Include
Ancestor This property is required. bool - Name
This property is required. 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 This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Format
This property is required. string - Include
Ancestor This property is required. bool - Name
This property is required. 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 This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - format
This property is required. String - include
Ancestor This property is required. Boolean - name
This property is required. 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 This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - format
This property is required. string - include
Ancestor This property is required. boolean - name
This property is required. 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 This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - format
This property is required. str - include_
ancestor This property is required. bool - name
This property is required. 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 This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - format
This property is required. String - include
Ancestor This property is required. Boolean - name
This property is required. 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 This property is required. String
GetMetaDefinitionResultIdentityConstraint
- Additional
Properties This property is required. string - Class
Id This property is required. string - Fields
This property is required. List<string> - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Fields
This property is required. []string - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - fields
This property is required. List<String> - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - fields
This property is required. string[] - object
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - fields
This property is required. Sequence[str] - object_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - fields
This property is required. List<String> - object
Type This property is required. String
GetMetaDefinitionResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetMetaDefinitionResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetMetaDefinitionResultProperty
- Additional
Properties This property is required. string - Api
Access This property is required. string - Class
Id This property is required. string - Default
This property is required. string - Is
Collection This property is required. bool - Is
Complex Type This property is required. bool - Kind
This property is required. string - Name
This property is required. 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 This property is required. string - Op
Security This property is required. string - Search
Weight This property is required. double - Type
This property is required. string
- Additional
Properties This property is required. string - Api
Access This property is required. string - Class
Id This property is required. string - Default
This property is required. string - Is
Collection This property is required. bool - Is
Complex Type This property is required. bool - Kind
This property is required. string - Name
This property is required. 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 This property is required. string - Op
Security This property is required. string - Search
Weight This property is required. float64 - Type
This property is required. string
- additional
Properties This property is required. String - api
Access This property is required. String - class
Id This property is required. String - default_
This property is required. String - is
Collection This property is required. Boolean - is
Complex Type This property is required. Boolean - kind
This property is required. String - name
This property is required. 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 This property is required. String - op
Security This property is required. String - search
Weight This property is required. Double - type
This property is required. String
- additional
Properties This property is required. string - api
Access This property is required. string - class
Id This property is required. string - default
This property is required. string - is
Collection This property is required. boolean - is
Complex Type This property is required. boolean - kind
This property is required. string - name
This property is required. 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 This property is required. string - op
Security This property is required. string - search
Weight This property is required. number - type
This property is required. string
- additional_
properties This property is required. str - api_
access This property is required. str - class_
id This property is required. str - default
This property is required. str - is_
collection This property is required. bool - is_
complex_ type This property is required. bool - kind
This property is required. str - name
This property is required. 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 This property is required. str - op_
security This property is required. str - search_
weight This property is required. float - type
This property is required. str
- additional
Properties This property is required. String - api
Access This property is required. String - class
Id This property is required. String - default
This property is required. String - is
Collection This property is required. Boolean - is
Complex Type This property is required. Boolean - kind
This property is required. String - name
This property is required. 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 This property is required. String - op
Security This property is required. String - search
Weight This property is required. Number - type
This property is required. String
GetMetaDefinitionResultRelationship
- Additional
Properties This property is required. string - Api
Access This property is required. string - Class
Id This property is required. string - Collection
This property is required. bool - Export
This property is required. bool - Export
With Peer This property is required. bool - Name
This property is required. 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 This property is required. string - Peer
Rel Name This property is required. string - Peer
Supported Object Types This property is required. List<string> - Peer
Sync This property is required. bool - Type
This property is required. string
- Additional
Properties This property is required. string - Api
Access This property is required. string - Class
Id This property is required. string - Collection
This property is required. bool - Export
This property is required. bool - Export
With Peer This property is required. bool - Name
This property is required. 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 This property is required. string - Peer
Rel Name This property is required. string - Peer
Supported Object Types This property is required. []string - Peer
Sync This property is required. bool - Type
This property is required. string
- additional
Properties This property is required. String - api
Access This property is required. String - class
Id This property is required. String - collection
This property is required. Boolean - export
This property is required. Boolean - export
With Peer This property is required. Boolean - name
This property is required. 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 This property is required. String - peer
Rel Name This property is required. String - peer
Supported Object Types This property is required. List<String> - peer
Sync This property is required. Boolean - type
This property is required. String
- additional
Properties This property is required. string - api
Access This property is required. string - class
Id This property is required. string - collection
This property is required. boolean - export
This property is required. boolean - export
With Peer This property is required. boolean - name
This property is required. 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 This property is required. string - peer
Rel Name This property is required. string - peer
Supported Object Types This property is required. string[] - peer
Sync This property is required. boolean - type
This property is required. string
- additional_
properties This property is required. str - api_
access This property is required. str - class_
id This property is required. str - collection
This property is required. bool - export
This property is required. bool - export_
with_ peer This property is required. bool - name
This property is required. 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 This property is required. str - peer_
rel_ name This property is required. str - peer_
supported_ object_ types This property is required. Sequence[str] - peer_
sync This property is required. bool - type
This property is required. str
- additional
Properties This property is required. String - api
Access This property is required. String - class
Id This property is required. String - collection
This property is required. Boolean - export
This property is required. Boolean - export
With Peer This property is required. Boolean - name
This property is required. 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 This property is required. String - peer
Rel Name This property is required. String - peer
Supported Object Types This property is required. List<String> - peer
Sync This property is required. Boolean - type
This property is required. String
GetMetaDefinitionResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetMetaDefinitionResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetMeta Definition Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - The version of the service that defines the meta-data.
- Object
Type This property is required. string - Ref
Mos This property is required. List<GetMeta Definition Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetMeta Definition Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - The version of the service that defines the meta-data.
- Object
Type This property is required. string - Ref
Mos This property is required. []GetMeta Definition Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetMeta Definition Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - The version of the service that defines the meta-data.
- object
Type This property is required. String - ref
Mos This property is required. List<GetMeta Definition Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetMeta Definition Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - The version of the service that defines the meta-data.
- object
Type This property is required. string - ref
Mos This property is required. GetMeta Definition Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetMeta Definition Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - The version of the service that defines the meta-data.
- object_
type This property is required. str - ref_
mos This property is required. Sequence[GetMeta Definition Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - The version of the service that defines the meta-data.
- object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetMetaDefinitionResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetMetaDefinitionResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. 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.63 published on Wednesday, Apr 16, 2025 by ciscodevnet