1. Packages
  2. Intersight Provider
  3. API Docs
  4. getFunctionsRuntime
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getFunctionsRuntime

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The 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<GetFunctionsRuntimeAncestor>
    Catalog GetFunctionsRuntimeCatalog
    ClassId string
    CodeFileName string
    Name of file containing function source code.
    CodeTemplate string
    Template to guide on how to compose code.
    Components List<GetFunctionsRuntimeComponent>
    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 (_).
    DomainGroupMoid string
    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 GetFunctionsRuntimeParent
    PermissionResources List<GetFunctionsRuntimePermissionResource>
    RuntimeFilePath string
    Path to the runtime file.
    RuntimeUploadMoid string
    Moid of Upload which represents the uploaded runtime file.
    SharedScope 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.
    Tags List<GetFunctionsRuntimeTag>
    VersionContext GetFunctionsRuntimeVersionContext
    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 []GetFunctionsRuntimeAncestor
    Catalog GetFunctionsRuntimeCatalog
    ClassId string
    CodeFileName string
    Name of file containing function source code.
    CodeTemplate string
    Template to guide on how to compose code.
    Components []GetFunctionsRuntimeComponent
    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 (_).
    DomainGroupMoid string
    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 GetFunctionsRuntimeParent
    PermissionResources []GetFunctionsRuntimePermissionResource
    RuntimeFilePath string
    Path to the runtime file.
    RuntimeUploadMoid string
    Moid of Upload which represents the uploaded runtime file.
    SharedScope 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.
    Tags []GetFunctionsRuntimeTag
    VersionContext GetFunctionsRuntimeVersionContext
    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<GetFunctionsRuntimeAncestor>
    catalog GetFunctionsRuntimeCatalog
    classId String
    codeFileName String
    Name of file containing function source code.
    codeTemplate String
    Template to guide on how to compose code.
    components List<GetFunctionsRuntimeComponent>
    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 (_).
    domainGroupMoid String
    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 GetFunctionsRuntimeParent
    permissionResources List<GetFunctionsRuntimePermissionResource>
    runtimeFilePath String
    Path to the runtime file.
    runtimeUploadMoid String
    Moid of Upload which represents the uploaded runtime file.
    sharedScope 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.
    tags List<GetFunctionsRuntimeTag>
    versionContext GetFunctionsRuntimeVersionContext
    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 GetFunctionsRuntimeAncestor[]
    catalog GetFunctionsRuntimeCatalog
    classId string
    codeFileName string
    Name of file containing function source code.
    codeTemplate string
    Template to guide on how to compose code.
    components GetFunctionsRuntimeComponent[]
    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 (_).
    domainGroupMoid string
    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 GetFunctionsRuntimeParent
    permissionResources GetFunctionsRuntimePermissionResource[]
    runtimeFilePath string
    Path to the runtime file.
    runtimeUploadMoid string
    Moid of Upload which represents the uploaded runtime file.
    sharedScope 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.
    tags GetFunctionsRuntimeTag[]
    versionContext GetFunctionsRuntimeVersionContext
    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[GetFunctionsRuntimeAncestor]
    catalog GetFunctionsRuntimeCatalog
    class_id str
    code_file_name str
    Name of file containing function source code.
    code_template str
    Template to guide on how to compose code.
    components Sequence[GetFunctionsRuntimeComponent]
    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_moid str
    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 GetFunctionsRuntimeParent
    permission_resources Sequence[GetFunctionsRuntimePermissionResource]
    runtime_file_path str
    Path to the runtime file.
    runtime_upload_moid str
    Moid of Upload which represents the uploaded runtime file.
    shared_scope 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.
    tags Sequence[GetFunctionsRuntimeTag]
    version_context GetFunctionsRuntimeVersionContext
    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
    codeFileName String
    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 (_).
    domainGroupMoid String
    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>
    runtimeFilePath String
    Path to the runtime file.
    runtimeUploadMoid String
    Moid of Upload which represents the uploaded runtime file.
    sharedScope 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.
    tags List<Property Map>
    versionContext Property Map

    getFunctionsRuntime Result

    The following output properties are available:

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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<GetFunctionsRuntimeResultAncestor>
    Catalogs List<GetFunctionsRuntimeResultCatalog>
    ClassId string
    CodeFileName string
    Name of file containing function source code.
    CodeTemplate string
    Template to guide on how to compose code.
    Components List<GetFunctionsRuntimeResultComponent>
    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 (_).
    DomainGroupMoid string
    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<GetFunctionsRuntimeResultParent>
    PermissionResources List<GetFunctionsRuntimeResultPermissionResource>
    RuntimeFilePath string
    Path to the runtime file.
    RuntimeUploadMoid string
    Moid of Upload which represents the uploaded runtime file.
    SharedScope 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.
    Tags List<GetFunctionsRuntimeResultTag>
    VersionContexts List<GetFunctionsRuntimeResultVersionContext>
    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 []GetFunctionsRuntimeResultAncestor
    Catalogs []GetFunctionsRuntimeResultCatalog
    ClassId string
    CodeFileName string
    Name of file containing function source code.
    CodeTemplate string
    Template to guide on how to compose code.
    Components []GetFunctionsRuntimeResultComponent
    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 (_).
    DomainGroupMoid string
    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 []GetFunctionsRuntimeResultParent
    PermissionResources []GetFunctionsRuntimeResultPermissionResource
    RuntimeFilePath string
    Path to the runtime file.
    RuntimeUploadMoid string
    Moid of Upload which represents the uploaded runtime file.
    SharedScope 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.
    Tags []GetFunctionsRuntimeResultTag
    VersionContexts []GetFunctionsRuntimeResultVersionContext
    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<GetFunctionsRuntimeResultAncestor>
    catalogs List<GetFunctionsRuntimeResultCatalog>
    classId String
    codeFileName String
    Name of file containing function source code.
    codeTemplate String
    Template to guide on how to compose code.
    components List<GetFunctionsRuntimeResultComponent>
    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 (_).
    domainGroupMoid String
    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<GetFunctionsRuntimeResultParent>
    permissionResources List<GetFunctionsRuntimeResultPermissionResource>
    runtimeFilePath String
    Path to the runtime file.
    runtimeUploadMoid String
    Moid of Upload which represents the uploaded runtime file.
    sharedScope 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.
    tags List<GetFunctionsRuntimeResultTag>
    versionContexts List<GetFunctionsRuntimeResultVersionContext>
    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 GetFunctionsRuntimeResultAncestor[]
    catalogs GetFunctionsRuntimeResultCatalog[]
    classId string
    codeFileName string
    Name of file containing function source code.
    codeTemplate string
    Template to guide on how to compose code.
    components GetFunctionsRuntimeResultComponent[]
    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 (_).
    domainGroupMoid string
    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 GetFunctionsRuntimeResultParent[]
    permissionResources GetFunctionsRuntimeResultPermissionResource[]
    runtimeFilePath string
    Path to the runtime file.
    runtimeUploadMoid string
    Moid of Upload which represents the uploaded runtime file.
    sharedScope 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.
    tags GetFunctionsRuntimeResultTag[]
    versionContexts GetFunctionsRuntimeResultVersionContext[]
    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[GetFunctionsRuntimeResultAncestor]
    catalogs Sequence[GetFunctionsRuntimeResultCatalog]
    class_id str
    code_file_name str
    Name of file containing function source code.
    code_template str
    Template to guide on how to compose code.
    components Sequence[GetFunctionsRuntimeResultComponent]
    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_moid str
    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[GetFunctionsRuntimeResultParent]
    permission_resources Sequence[GetFunctionsRuntimeResultPermissionResource]
    runtime_file_path str
    Path to the runtime file.
    runtime_upload_moid str
    Moid of Upload which represents the uploaded runtime file.
    shared_scope 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.
    tags Sequence[GetFunctionsRuntimeResultTag]
    version_contexts Sequence[GetFunctionsRuntimeResultVersionContext]
    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
    codeFileName String
    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 (_).
    domainGroupMoid String
    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>
    runtimeFilePath String
    Path to the runtime file.
    runtimeUploadMoid String
    Moid of Upload which represents the uploaded runtime file.
    sharedScope 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.
    tags 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
    additionalProperties String
    key String
    value String

    GetFunctionsRuntimeResultVersionContext

    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<GetFunctionsRuntimeVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetFunctionsRuntimeVersionContextRefMo
    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 []GetFunctionsRuntimeVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetFunctionsRuntimeVersionContextRefMo
    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<GetFunctionsRuntimeVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetFunctionsRuntimeVersionContextRefMo
    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 GetFunctionsRuntimeVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetFunctionsRuntimeVersionContextRefMo
    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[GetFunctionsRuntimeVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetFunctionsRuntimeVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet