intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getFunctionsRuntime
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The managed object which has info about language runtime.
Using getFunctionsRuntime
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 getFunctionsRuntime(args: GetFunctionsRuntimeArgs, opts?: InvokeOptions): Promise<GetFunctionsRuntimeResult>
function getFunctionsRuntimeOutput(args: GetFunctionsRuntimeOutputArgs, opts?: InvokeOptions): Output<GetFunctionsRuntimeResult>def get_functions_runtime(account_moid: Optional[str] = None,
                          action: Optional[str] = None,
                          additional_properties: Optional[str] = None,
                          ancestors: Optional[Sequence[GetFunctionsRuntimeAncestor]] = None,
                          catalog: Optional[GetFunctionsRuntimeCatalog] = None,
                          class_id: Optional[str] = None,
                          code_file_name: Optional[str] = None,
                          code_template: Optional[str] = None,
                          components: Optional[Sequence[GetFunctionsRuntimeComponent]] = None,
                          create_time: Optional[str] = None,
                          create_user: Optional[str] = None,
                          deprecated: Optional[bool] = None,
                          description: Optional[str] = None,
                          display_name: Optional[str] = None,
                          domain_group_moid: Optional[str] = None,
                          enabled: Optional[bool] = None,
                          id: Optional[str] = None,
                          insecure: Optional[bool] = None,
                          language_name: Optional[str] = None,
                          language_version: Optional[str] = None,
                          mod_time: Optional[str] = None,
                          mod_user: Optional[str] = None,
                          moid: Optional[str] = None,
                          name: Optional[str] = None,
                          note: Optional[str] = None,
                          object_type: Optional[str] = None,
                          owners: Optional[Sequence[str]] = None,
                          parent: Optional[GetFunctionsRuntimeParent] = None,
                          permission_resources: Optional[Sequence[GetFunctionsRuntimePermissionResource]] = None,
                          runtime_file_path: Optional[str] = None,
                          runtime_upload_moid: Optional[str] = None,
                          shared_scope: Optional[str] = None,
                          tags: Optional[Sequence[GetFunctionsRuntimeTag]] = None,
                          version_context: Optional[GetFunctionsRuntimeVersionContext] = None,
                          opts: Optional[InvokeOptions] = None) -> GetFunctionsRuntimeResult
def get_functions_runtime_output(account_moid: Optional[pulumi.Input[str]] = None,
                          action: Optional[pulumi.Input[str]] = None,
                          additional_properties: Optional[pulumi.Input[str]] = None,
                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFunctionsRuntimeAncestorArgs]]]] = None,
                          catalog: Optional[pulumi.Input[GetFunctionsRuntimeCatalogArgs]] = None,
                          class_id: Optional[pulumi.Input[str]] = None,
                          code_file_name: Optional[pulumi.Input[str]] = None,
                          code_template: Optional[pulumi.Input[str]] = None,
                          components: Optional[pulumi.Input[Sequence[pulumi.Input[GetFunctionsRuntimeComponentArgs]]]] = None,
                          create_time: Optional[pulumi.Input[str]] = None,
                          create_user: Optional[pulumi.Input[str]] = None,
                          deprecated: Optional[pulumi.Input[bool]] = None,
                          description: Optional[pulumi.Input[str]] = None,
                          display_name: Optional[pulumi.Input[str]] = None,
                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                          enabled: Optional[pulumi.Input[bool]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          insecure: Optional[pulumi.Input[bool]] = None,
                          language_name: Optional[pulumi.Input[str]] = None,
                          language_version: Optional[pulumi.Input[str]] = None,
                          mod_time: Optional[pulumi.Input[str]] = None,
                          mod_user: Optional[pulumi.Input[str]] = None,
                          moid: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          note: Optional[pulumi.Input[str]] = None,
                          object_type: Optional[pulumi.Input[str]] = None,
                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          parent: Optional[pulumi.Input[GetFunctionsRuntimeParentArgs]] = None,
                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFunctionsRuntimePermissionResourceArgs]]]] = None,
                          runtime_file_path: Optional[pulumi.Input[str]] = None,
                          runtime_upload_moid: Optional[pulumi.Input[str]] = None,
                          shared_scope: Optional[pulumi.Input[str]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFunctionsRuntimeTagArgs]]]] = None,
                          version_context: Optional[pulumi.Input[GetFunctionsRuntimeVersionContextArgs]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetFunctionsRuntimeResult]func LookupFunctionsRuntime(ctx *Context, args *LookupFunctionsRuntimeArgs, opts ...InvokeOption) (*LookupFunctionsRuntimeResult, error)
func LookupFunctionsRuntimeOutput(ctx *Context, args *LookupFunctionsRuntimeOutputArgs, opts ...InvokeOption) LookupFunctionsRuntimeResultOutput> Note: This function is named LookupFunctionsRuntime in the Go SDK.
public static class GetFunctionsRuntime 
{
    public static Task<GetFunctionsRuntimeResult> InvokeAsync(GetFunctionsRuntimeArgs args, InvokeOptions? opts = null)
    public static Output<GetFunctionsRuntimeResult> Invoke(GetFunctionsRuntimeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFunctionsRuntimeResult> getFunctionsRuntime(GetFunctionsRuntimeArgs args, InvokeOptions options)
public static Output<GetFunctionsRuntimeResult> getFunctionsRuntime(GetFunctionsRuntimeArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getFunctionsRuntime:getFunctionsRuntime
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- AdditionalProperties string
- Ancestors
List<GetFunctions Runtime Ancestor> 
- Catalog
GetFunctions Runtime Catalog 
- ClassId string
- CodeFile stringName 
- Name of file containing function source code.
- CodeTemplate string
- Template to guide on how to compose code.
- Components
List<GetFunctions Runtime Component> 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created the language runtime.
- Deprecated bool
- Indicate if this language runtime is deprecated.
- Description string
- Description of the language runtime.
- DisplayName string
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Enabled bool
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- Id string
- Insecure bool
- Indicate if this language runtime is insecure due to vulnerabilities.
- LanguageName string
- The official name of the programming language.* Python- Python programming language.
- LanguageVersion string
- The version of the programming language.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the language runtime.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Note string
- A note to bring user's attention to the status of this language runtime.
- ObjectType string
- Owners List<string>
- Parent
GetFunctions Runtime Parent 
- PermissionResources List<GetFunctions Runtime Permission Resource> 
- RuntimeFile stringPath 
- Path to the runtime file.
- RuntimeUpload stringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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<GetFunctions Runtime Tag> 
- VersionContext GetFunctions Runtime Version Context 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- AdditionalProperties string
- Ancestors
[]GetFunctions Runtime Ancestor 
- Catalog
GetFunctions Runtime Catalog 
- ClassId string
- CodeFile stringName 
- Name of file containing function source code.
- CodeTemplate string
- Template to guide on how to compose code.
- Components
[]GetFunctions Runtime Component 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created the language runtime.
- Deprecated bool
- Indicate if this language runtime is deprecated.
- Description string
- Description of the language runtime.
- DisplayName string
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Enabled bool
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- Id string
- Insecure bool
- Indicate if this language runtime is insecure due to vulnerabilities.
- LanguageName string
- The official name of the programming language.* Python- Python programming language.
- LanguageVersion string
- The version of the programming language.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the language runtime.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Note string
- A note to bring user's attention to the status of this language runtime.
- ObjectType string
- Owners []string
- Parent
GetFunctions Runtime Parent 
- PermissionResources []GetFunctions Runtime Permission Resource 
- RuntimeFile stringPath 
- Path to the runtime file.
- RuntimeUpload stringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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.
- 
[]GetFunctions Runtime Tag 
- VersionContext GetFunctions Runtime Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additionalProperties String
- ancestors
List<GetFunctions Runtime Ancestor> 
- catalog
GetFunctions Runtime Catalog 
- classId String
- codeFile StringName 
- Name of file containing function source code.
- codeTemplate String
- Template to guide on how to compose code.
- components
List<GetFunctions Runtime Component> 
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created the language runtime.
- deprecated Boolean
- Indicate if this language runtime is deprecated.
- description String
- Description of the language runtime.
- displayName String
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enabled Boolean
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- id String
- insecure Boolean
- Indicate if this language runtime is insecure due to vulnerabilities.
- languageName String
- The official name of the programming language.* Python- Python programming language.
- languageVersion String
- The version of the programming language.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the language runtime.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note String
- A note to bring user's attention to the status of this language runtime.
- objectType String
- owners List<String>
- parent
GetFunctions Runtime Parent 
- permissionResources List<GetFunctions Runtime Permission Resource> 
- runtimeFile StringPath 
- Path to the runtime file.
- runtimeUpload StringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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<GetFunctions Runtime Tag> 
- versionContext GetFunctions Runtime Version Context 
- accountMoid string
- The Account ID for this managed object.
- action string
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additionalProperties string
- ancestors
GetFunctions Runtime Ancestor[] 
- catalog
GetFunctions Runtime Catalog 
- classId string
- codeFile stringName 
- Name of file containing function source code.
- codeTemplate string
- Template to guide on how to compose code.
- components
GetFunctions Runtime Component[] 
- createTime string
- The time when this managed object was created.
- createUser string
- The user identifier who created the language runtime.
- deprecated boolean
- Indicate if this language runtime is deprecated.
- description string
- Description of the language runtime.
- displayName string
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enabled boolean
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- id string
- insecure boolean
- Indicate if this language runtime is insecure due to vulnerabilities.
- languageName string
- The official name of the programming language.* Python- Python programming language.
- languageVersion string
- The version of the programming language.
- modTime string
- The time when this managed object was last modified.
- modUser string
- The user identifier who last updated the language runtime.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note string
- A note to bring user's attention to the status of this language runtime.
- objectType string
- owners string[]
- parent
GetFunctions Runtime Parent 
- permissionResources GetFunctions Runtime Permission Resource[] 
- runtimeFile stringPath 
- Path to the runtime file.
- runtimeUpload stringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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.
- 
GetFunctions Runtime Tag[] 
- versionContext GetFunctions Runtime Version Context 
- account_moid str
- The Account ID for this managed object.
- action str
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additional_properties str
- ancestors
Sequence[GetFunctions Runtime Ancestor] 
- catalog
GetFunctions Runtime Catalog 
- class_id str
- code_file_ strname 
- Name of file containing function source code.
- code_template str
- Template to guide on how to compose code.
- components
Sequence[GetFunctions Runtime Component] 
- create_time str
- The time when this managed object was created.
- create_user str
- The user identifier who created the language runtime.
- deprecated bool
- Indicate if this language runtime is deprecated.
- description str
- Description of the language runtime.
- display_name str
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enabled bool
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- id str
- insecure bool
- Indicate if this language runtime is insecure due to vulnerabilities.
- language_name str
- The official name of the programming language.* Python- Python programming language.
- language_version str
- The version of the programming language.
- mod_time str
- The time when this managed object was last modified.
- mod_user str
- The user identifier who last updated the language runtime.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note str
- A note to bring user's attention to the status of this language runtime.
- object_type str
- owners Sequence[str]
- parent
GetFunctions Runtime Parent 
- permission_resources Sequence[GetFunctions Runtime Permission Resource] 
- runtime_file_ strpath 
- Path to the runtime file.
- runtime_upload_ strmoid 
- Moid of Upload which represents the uploaded runtime file.
- 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[GetFunctions Runtime Tag] 
- version_context GetFunctions Runtime Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- codeFile StringName 
- Name of file containing function source code.
- codeTemplate String
- Template to guide on how to compose code.
- components List<Property Map>
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created the language runtime.
- deprecated Boolean
- Indicate if this language runtime is deprecated.
- description String
- Description of the language runtime.
- displayName String
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enabled Boolean
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- id String
- insecure Boolean
- Indicate if this language runtime is insecure due to vulnerabilities.
- languageName String
- The official name of the programming language.* Python- Python programming language.
- languageVersion String
- The version of the programming language.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the language runtime.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note String
- A note to bring user's attention to the status of this language runtime.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- runtimeFile StringPath 
- Path to the runtime file.
- runtimeUpload StringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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>
- versionContext Property Map
getFunctionsRuntime Result
The following output properties are available:
- Id string
- Results
List<GetFunctions Runtime Result> 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
List<GetFunctions Runtime Ancestor> 
- Catalog
GetFunctions Runtime Catalog 
- ClassId string
- CodeFile stringName 
- CodeTemplate string
- Components
List<GetFunctions Runtime Component> 
- CreateTime string
- CreateUser string
- Deprecated bool
- Description string
- DisplayName string
- DomainGroup stringMoid 
- Enabled bool
- Insecure bool
- LanguageName string
- LanguageVersion string
- ModTime string
- ModUser string
- Moid string
- Name string
- Note string
- ObjectType string
- Owners List<string>
- Parent
GetFunctions Runtime Parent 
- PermissionResources List<GetFunctions Runtime Permission Resource> 
- RuntimeFile stringPath 
- RuntimeUpload stringMoid 
- string
- 
List<GetFunctions Runtime Tag> 
- VersionContext GetFunctions Runtime Version Context 
- Id string
- Results
[]GetFunctions Runtime Result 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
[]GetFunctions Runtime Ancestor 
- Catalog
GetFunctions Runtime Catalog 
- ClassId string
- CodeFile stringName 
- CodeTemplate string
- Components
[]GetFunctions Runtime Component 
- CreateTime string
- CreateUser string
- Deprecated bool
- Description string
- DisplayName string
- DomainGroup stringMoid 
- Enabled bool
- Insecure bool
- LanguageName string
- LanguageVersion string
- ModTime string
- ModUser string
- Moid string
- Name string
- Note string
- ObjectType string
- Owners []string
- Parent
GetFunctions Runtime Parent 
- PermissionResources []GetFunctions Runtime Permission Resource 
- RuntimeFile stringPath 
- RuntimeUpload stringMoid 
- string
- 
[]GetFunctions Runtime Tag 
- VersionContext GetFunctions Runtime Version Context 
- id String
- results
List<GetFunctions Runtime Result> 
- accountMoid String
- action String
- additionalProperties String
- ancestors
List<GetFunctions Runtime Ancestor> 
- catalog
GetFunctions Runtime Catalog 
- classId String
- codeFile StringName 
- codeTemplate String
- components
List<GetFunctions Runtime Component> 
- createTime String
- createUser String
- deprecated Boolean
- description String
- displayName String
- domainGroup StringMoid 
- enabled Boolean
- insecure Boolean
- languageName String
- languageVersion String
- modTime String
- modUser String
- moid String
- name String
- note String
- objectType String
- owners List<String>
- parent
GetFunctions Runtime Parent 
- permissionResources List<GetFunctions Runtime Permission Resource> 
- runtimeFile StringPath 
- runtimeUpload StringMoid 
- String
- 
List<GetFunctions Runtime Tag> 
- versionContext GetFunctions Runtime Version Context 
- id string
- results
GetFunctions Runtime Result[] 
- accountMoid string
- action string
- additionalProperties string
- ancestors
GetFunctions Runtime Ancestor[] 
- catalog
GetFunctions Runtime Catalog 
- classId string
- codeFile stringName 
- codeTemplate string
- components
GetFunctions Runtime Component[] 
- createTime string
- createUser string
- deprecated boolean
- description string
- displayName string
- domainGroup stringMoid 
- enabled boolean
- insecure boolean
- languageName string
- languageVersion string
- modTime string
- modUser string
- moid string
- name string
- note string
- objectType string
- owners string[]
- parent
GetFunctions Runtime Parent 
- permissionResources GetFunctions Runtime Permission Resource[] 
- runtimeFile stringPath 
- runtimeUpload stringMoid 
- string
- 
GetFunctions Runtime Tag[] 
- versionContext GetFunctions Runtime Version Context 
- id str
- results
Sequence[GetFunctions Runtime Result] 
- account_moid str
- action str
- additional_properties str
- ancestors
Sequence[GetFunctions Runtime Ancestor] 
- catalog
GetFunctions Runtime Catalog 
- class_id str
- code_file_ strname 
- code_template str
- components
Sequence[GetFunctions Runtime Component] 
- create_time str
- create_user str
- deprecated bool
- description str
- display_name str
- domain_group_ strmoid 
- enabled bool
- insecure bool
- language_name str
- language_version str
- mod_time str
- mod_user str
- moid str
- name str
- note str
- object_type str
- owners Sequence[str]
- parent
GetFunctions Runtime Parent 
- permission_resources Sequence[GetFunctions Runtime Permission Resource] 
- runtime_file_ strpath 
- runtime_upload_ strmoid 
- str
- 
Sequence[GetFunctions Runtime Tag] 
- version_context GetFunctions Runtime Version Context 
- id String
- results List<Property Map>
- accountMoid String
- action String
- additionalProperties String
- ancestors List<Property Map>
- catalog Property Map
- classId String
- codeFile StringName 
- codeTemplate String
- components List<Property Map>
- createTime String
- createUser String
- deprecated Boolean
- description String
- displayName String
- domainGroup StringMoid 
- enabled Boolean
- insecure Boolean
- languageName String
- languageVersion String
- modTime String
- modUser String
- moid String
- name String
- note String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- runtimeFile StringPath 
- runtimeUpload StringMoid 
- String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetFunctionsRuntimeAncestor   
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetFunctionsRuntimeCatalog   
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetFunctionsRuntimeComponent   
- AdditionalProperties string
- ClassId 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.
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion string
- Official version of the component.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId 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.
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion string
- Official version of the component.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId 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.
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion String
- Official version of the component.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId 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.
- name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion string
- Official version of the component.
- objectType 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.
- name str
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nr_version str
- Official version of the component.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId 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.
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion String
- Official version of the component.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFunctionsRuntimeParent   
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetFunctionsRuntimePermissionResource    
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetFunctionsRuntimeResult   
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- AdditionalProperties string
- Ancestors
List<GetFunctions Runtime Result Ancestor> 
- Catalogs
List<GetFunctions Runtime Result Catalog> 
- ClassId string
- CodeFile stringName 
- Name of file containing function source code.
- CodeTemplate string
- Template to guide on how to compose code.
- Components
List<GetFunctions Runtime Result Component> 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created the language runtime.
- Deprecated bool
- Indicate if this language runtime is deprecated.
- Description string
- Description of the language runtime.
- DisplayName string
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Enabled bool
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- Insecure bool
- Indicate if this language runtime is insecure due to vulnerabilities.
- LanguageName string
- The official name of the programming language.* Python- Python programming language.
- LanguageVersion string
- The version of the programming language.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the language runtime.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Note string
- A note to bring user's attention to the status of this language runtime.
- ObjectType string
- Owners List<string>
- Parents
List<GetFunctions Runtime Result Parent> 
- PermissionResources List<GetFunctions Runtime Result Permission Resource> 
- RuntimeFile stringPath 
- Path to the runtime file.
- RuntimeUpload stringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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<GetFunctions Runtime Result Tag> 
- VersionContexts List<GetFunctions Runtime Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- AdditionalProperties string
- Ancestors
[]GetFunctions Runtime Result Ancestor 
- Catalogs
[]GetFunctions Runtime Result Catalog 
- ClassId string
- CodeFile stringName 
- Name of file containing function source code.
- CodeTemplate string
- Template to guide on how to compose code.
- Components
[]GetFunctions Runtime Result Component 
- CreateTime string
- The time when this managed object was created.
- CreateUser string
- The user identifier who created the language runtime.
- Deprecated bool
- Indicate if this language runtime is deprecated.
- Description string
- Description of the language runtime.
- DisplayName string
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Enabled bool
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- Insecure bool
- Indicate if this language runtime is insecure due to vulnerabilities.
- LanguageName string
- The official name of the programming language.* Python- Python programming language.
- LanguageVersion string
- The version of the programming language.
- ModTime string
- The time when this managed object was last modified.
- ModUser string
- The user identifier who last updated the language runtime.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Note string
- A note to bring user's attention to the status of this language runtime.
- ObjectType string
- Owners []string
- Parents
[]GetFunctions Runtime Result Parent 
- PermissionResources []GetFunctions Runtime Result Permission Resource 
- RuntimeFile stringPath 
- Path to the runtime file.
- RuntimeUpload stringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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.
- 
[]GetFunctions Runtime Result Tag 
- VersionContexts []GetFunctions Runtime Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additionalProperties String
- ancestors
List<GetFunctions Runtime Result Ancestor> 
- catalogs
List<GetFunctions Runtime Result Catalog> 
- classId String
- codeFile StringName 
- Name of file containing function source code.
- codeTemplate String
- Template to guide on how to compose code.
- components
List<GetFunctions Runtime Result Component> 
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created the language runtime.
- deprecated Boolean
- Indicate if this language runtime is deprecated.
- description String
- Description of the language runtime.
- displayName String
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enabled Boolean
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- insecure Boolean
- Indicate if this language runtime is insecure due to vulnerabilities.
- languageName String
- The official name of the programming language.* Python- Python programming language.
- languageVersion String
- The version of the programming language.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the language runtime.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note String
- A note to bring user's attention to the status of this language runtime.
- objectType String
- owners List<String>
- parents
List<GetFunctions Runtime Result Parent> 
- permissionResources List<GetFunctions Runtime Result Permission Resource> 
- runtimeFile StringPath 
- Path to the runtime file.
- runtimeUpload StringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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<GetFunctions Runtime Result Tag> 
- versionContexts List<GetFunctions Runtime Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- action string
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additionalProperties string
- ancestors
GetFunctions Runtime Result Ancestor[] 
- catalogs
GetFunctions Runtime Result Catalog[] 
- classId string
- codeFile stringName 
- Name of file containing function source code.
- codeTemplate string
- Template to guide on how to compose code.
- components
GetFunctions Runtime Result Component[] 
- createTime string
- The time when this managed object was created.
- createUser string
- The user identifier who created the language runtime.
- deprecated boolean
- Indicate if this language runtime is deprecated.
- description string
- Description of the language runtime.
- displayName string
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enabled boolean
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- insecure boolean
- Indicate if this language runtime is insecure due to vulnerabilities.
- languageName string
- The official name of the programming language.* Python- Python programming language.
- languageVersion string
- The version of the programming language.
- modTime string
- The time when this managed object was last modified.
- modUser string
- The user identifier who last updated the language runtime.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note string
- A note to bring user's attention to the status of this language runtime.
- objectType string
- owners string[]
- parents
GetFunctions Runtime Result Parent[] 
- permissionResources GetFunctions Runtime Result Permission Resource[] 
- runtimeFile stringPath 
- Path to the runtime file.
- runtimeUpload stringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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.
- 
GetFunctions Runtime Result Tag[] 
- versionContexts GetFunctions Runtime Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- action str
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additional_properties str
- ancestors
Sequence[GetFunctions Runtime Result Ancestor] 
- catalogs
Sequence[GetFunctions Runtime Result Catalog] 
- class_id str
- code_file_ strname 
- Name of file containing function source code.
- code_template str
- Template to guide on how to compose code.
- components
Sequence[GetFunctions Runtime Result Component] 
- create_time str
- The time when this managed object was created.
- create_user str
- The user identifier who created the language runtime.
- deprecated bool
- Indicate if this language runtime is deprecated.
- description str
- Description of the language runtime.
- display_name str
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enabled bool
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- insecure bool
- Indicate if this language runtime is insecure due to vulnerabilities.
- language_name str
- The official name of the programming language.* Python- Python programming language.
- language_version str
- The version of the programming language.
- mod_time str
- The time when this managed object was last modified.
- mod_user str
- The user identifier who last updated the language runtime.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note str
- A note to bring user's attention to the status of this language runtime.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetFunctions Runtime Result Parent] 
- permission_resources Sequence[GetFunctions Runtime Result Permission Resource] 
- runtime_file_ strpath 
- Path to the runtime file.
- runtime_upload_ strmoid 
- Moid of Upload which represents the uploaded runtime file.
- 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[GetFunctions Runtime Result Tag] 
- version_contexts Sequence[GetFunctions Runtime Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action against the Runtime.* None- No action is set, this is the default value for action field.*Disable- Disable an instance of a Runtime.*Deprecate- Deprecate an instance of a Runtime.*FlagInsecure- Flag an instance of a Runtime as insecure.
- additionalProperties String
- ancestors List<Property Map>
- catalogs List<Property Map>
- classId String
- codeFile StringName 
- Name of file containing function source code.
- codeTemplate String
- Template to guide on how to compose code.
- components List<Property Map>
- createTime String
- The time when this managed object was created.
- createUser String
- The user identifier who created the language runtime.
- deprecated Boolean
- Indicate if this language runtime is deprecated.
- description String
- Description of the language runtime.
- displayName String
- The display name of the language runtime. Display name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enabled Boolean
- Indicate if this language runtime is enabled. If not, the runtime is not usable at all.
- insecure Boolean
- Indicate if this language runtime is insecure due to vulnerabilities.
- languageName String
- The official name of the programming language.* Python- Python programming language.
- languageVersion String
- The version of the programming language.
- modTime String
- The time when this managed object was last modified.
- modUser String
- The user identifier who last updated the language runtime.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- note String
- A note to bring user's attention to the status of this language runtime.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- runtimeFile StringPath 
- Path to the runtime file.
- runtimeUpload StringMoid 
- Moid of Upload which represents the uploaded runtime file.
- 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>
- versionContexts List<Property Map>
GetFunctionsRuntimeResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFunctionsRuntimeResultCatalog    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFunctionsRuntimeResultComponent    
- AdditionalProperties string
- ClassId string
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion string
- ObjectType string
- AdditionalProperties string
- ClassId string
- Name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- NrVersion string
- ObjectType string
- additionalProperties String
- classId String
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion String
- objectType String
- additionalProperties string
- classId string
- name string
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion string
- objectType string
- additional_properties str
- class_id str
- name str
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nr_version str
- object_type str
- additionalProperties String
- classId String
- name String
- The name of the language runtime. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- nrVersion String
- objectType String
GetFunctionsRuntimeResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFunctionsRuntimeResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFunctionsRuntimeResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetFunctionsRuntimeResultVersionContext     
- additionalProperties string
- classId string
- interestedMos GetFunctions Runtime Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetFunctions Runtime Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetFunctionsRuntimeResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFunctionsRuntimeResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetFunctionsRuntimeTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties 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.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetFunctionsRuntimeVersionContext    
- AdditionalProperties string
- ClassId 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.
- InterestedMos List<GetFunctions Runtime Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetFunctions Runtime Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType 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.
 
- AdditionalProperties string
- ClassId 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.
- InterestedMos []GetFunctions Runtime Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetFunctions Runtime Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType 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.
 
- additionalProperties String
- classId 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.
- interestedMos List<GetFunctions Runtime Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetFunctions Runtime Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType 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.
 
- additionalProperties string
- classId 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.
- interestedMos GetFunctions Runtime Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetFunctions Runtime Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType 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[GetFunctions Runtime 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 Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetFunctions Runtime 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.
 
- additionalProperties String
- classId 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.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType 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.
 
GetFunctionsRuntimeVersionContextInterestedMo      
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetFunctionsRuntimeVersionContextRefMo      
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet