@pulumi/artifactory 3.1.0 → 3.2.0-alpha.1679928539
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/getFederatedAlpineRepository.d.ts +131 -0
- package/getFederatedAlpineRepository.js +64 -0
- package/getFederatedAlpineRepository.js.map +1 -0
- package/getFederatedBowerRepository.d.ts +125 -0
- package/getFederatedBowerRepository.js +62 -0
- package/getFederatedBowerRepository.js.map +1 -0
- package/getFederatedCargoRepository.d.ts +130 -0
- package/getFederatedCargoRepository.js +61 -0
- package/getFederatedCargoRepository.js.map +1 -0
- package/getFederatedChefRepository.d.ts +128 -0
- package/getFederatedChefRepository.js +62 -0
- package/getFederatedChefRepository.js.map +1 -0
- package/getFederatedCocoapodsRepository.d.ts +125 -0
- package/getFederatedCocoapodsRepository.js +62 -0
- package/getFederatedCocoapodsRepository.js.map +1 -0
- package/getFederatedComposerRepository.d.ts +125 -0
- package/getFederatedComposerRepository.js +62 -0
- package/getFederatedComposerRepository.js.map +1 -0
- package/getFederatedConanRepository.d.ts +125 -0
- package/getFederatedConanRepository.js +62 -0
- package/getFederatedConanRepository.js.map +1 -0
- package/getFederatedCondaRepository.d.ts +125 -0
- package/getFederatedCondaRepository.js +62 -0
- package/getFederatedCondaRepository.js.map +1 -0
- package/getFederatedCranRepository.d.ts +125 -0
- package/getFederatedCranRepository.js +62 -0
- package/getFederatedCranRepository.js.map +1 -0
- package/getFederatedDebianRepository.d.ts +146 -0
- package/getFederatedDebianRepository.js +66 -0
- package/getFederatedDebianRepository.js.map +1 -0
- package/getFederatedDockerRepository.d.ts +83 -0
- package/getFederatedDockerRepository.js +37 -0
- package/getFederatedDockerRepository.js.map +1 -0
- package/getFederatedDockerV1Repository.d.ts +131 -0
- package/getFederatedDockerV1Repository.js +63 -0
- package/getFederatedDockerV1Repository.js.map +1 -0
- package/getFederatedDockerV2Repository.d.ts +135 -0
- package/getFederatedDockerV2Repository.js +65 -0
- package/getFederatedDockerV2Repository.js.map +1 -0
- package/getFederatedGemsRepository.d.ts +125 -0
- package/getFederatedGemsRepository.js +62 -0
- package/getFederatedGemsRepository.js.map +1 -0
- package/getFederatedGenericRepository.d.ts +125 -0
- package/getFederatedGenericRepository.js +62 -0
- package/getFederatedGenericRepository.js.map +1 -0
- package/getFederatedGitlfsRepository.d.ts +125 -0
- package/getFederatedGitlfsRepository.js +62 -0
- package/getFederatedGitlfsRepository.js.map +1 -0
- package/getFederatedGoRepository.d.ts +125 -0
- package/getFederatedGoRepository.js +62 -0
- package/getFederatedGoRepository.js.map +1 -0
- package/getFederatedGradleRepository.d.ts +143 -0
- package/getFederatedGradleRepository.js +68 -0
- package/getFederatedGradleRepository.js.map +1 -0
- package/getFederatedHelmRepository.d.ts +125 -0
- package/getFederatedHelmRepository.js +62 -0
- package/getFederatedHelmRepository.js.map +1 -0
- package/getFederatedIvyRepository.d.ts +143 -0
- package/getFederatedIvyRepository.js +68 -0
- package/getFederatedIvyRepository.js.map +1 -0
- package/getFederatedMavenRepository.d.ts +143 -0
- package/getFederatedMavenRepository.js +68 -0
- package/getFederatedMavenRepository.js.map +1 -0
- package/getFederatedNpmRepository.d.ts +125 -0
- package/getFederatedNpmRepository.js +62 -0
- package/getFederatedNpmRepository.js.map +1 -0
- package/getFederatedNugetRepository.d.ts +131 -0
- package/getFederatedNugetRepository.js +64 -0
- package/getFederatedNugetRepository.js.map +1 -0
- package/getFederatedOpkgRepository.d.ts +125 -0
- package/getFederatedOpkgRepository.js +62 -0
- package/getFederatedOpkgRepository.js.map +1 -0
- package/getFederatedPuppetRepository.d.ts +125 -0
- package/getFederatedPuppetRepository.js +62 -0
- package/getFederatedPuppetRepository.js.map +1 -0
- package/getFederatedPypiRepository.d.ts +125 -0
- package/getFederatedPypiRepository.js +62 -0
- package/getFederatedPypiRepository.js.map +1 -0
- package/getFederatedRpmRepository.d.ts +143 -0
- package/getFederatedRpmRepository.js +68 -0
- package/getFederatedRpmRepository.js.map +1 -0
- package/getFederatedSbtRepository.d.ts +143 -0
- package/getFederatedSbtRepository.js +68 -0
- package/getFederatedSbtRepository.js.map +1 -0
- package/getFederatedSwiftRepository.d.ts +125 -0
- package/getFederatedSwiftRepository.js +62 -0
- package/getFederatedSwiftRepository.js.map +1 -0
- package/getFederatedTerraformModuleRepository.d.ts +121 -0
- package/getFederatedTerraformModuleRepository.js +58 -0
- package/getFederatedTerraformModuleRepository.js.map +1 -0
- package/getFederatedTerraformProviderRepository.d.ts +121 -0
- package/getFederatedTerraformProviderRepository.js +58 -0
- package/getFederatedTerraformProviderRepository.js.map +1 -0
- package/getFederatedVagrantRepository.d.ts +125 -0
- package/getFederatedVagrantRepository.js +62 -0
- package/getFederatedVagrantRepository.js.map +1 -0
- package/index.d.ts +96 -0
- package/index.js +104 -6
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +690 -0
- package/types/output.d.ts +345 -0
package/types/input.d.ts
CHANGED
|
@@ -595,6 +595,696 @@ export interface FederatedVagrantRepositoryMember {
|
|
|
595
595
|
*/
|
|
596
596
|
url: pulumi.Input<string>;
|
|
597
597
|
}
|
|
598
|
+
export interface GetFederatedAlpineRepositoryMember {
|
|
599
|
+
/**
|
|
600
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
601
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
602
|
+
*/
|
|
603
|
+
enabled: boolean;
|
|
604
|
+
/**
|
|
605
|
+
* Full URL to ending with the repository name.
|
|
606
|
+
*/
|
|
607
|
+
url: string;
|
|
608
|
+
}
|
|
609
|
+
export interface GetFederatedAlpineRepositoryMemberArgs {
|
|
610
|
+
/**
|
|
611
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
612
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
613
|
+
*/
|
|
614
|
+
enabled: pulumi.Input<boolean>;
|
|
615
|
+
/**
|
|
616
|
+
* Full URL to ending with the repository name.
|
|
617
|
+
*/
|
|
618
|
+
url: pulumi.Input<string>;
|
|
619
|
+
}
|
|
620
|
+
export interface GetFederatedBowerRepositoryMember {
|
|
621
|
+
/**
|
|
622
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
623
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
624
|
+
*/
|
|
625
|
+
enabled: boolean;
|
|
626
|
+
/**
|
|
627
|
+
* Full URL to ending with the repository name.
|
|
628
|
+
*/
|
|
629
|
+
url: string;
|
|
630
|
+
}
|
|
631
|
+
export interface GetFederatedBowerRepositoryMemberArgs {
|
|
632
|
+
/**
|
|
633
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
634
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
635
|
+
*/
|
|
636
|
+
enabled: pulumi.Input<boolean>;
|
|
637
|
+
/**
|
|
638
|
+
* Full URL to ending with the repository name.
|
|
639
|
+
*/
|
|
640
|
+
url: pulumi.Input<string>;
|
|
641
|
+
}
|
|
642
|
+
export interface GetFederatedCargoRepositoryMember {
|
|
643
|
+
/**
|
|
644
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
645
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
646
|
+
*/
|
|
647
|
+
enabled: boolean;
|
|
648
|
+
/**
|
|
649
|
+
* Full URL to ending with the repository name.
|
|
650
|
+
*/
|
|
651
|
+
url: string;
|
|
652
|
+
}
|
|
653
|
+
export interface GetFederatedCargoRepositoryMemberArgs {
|
|
654
|
+
/**
|
|
655
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
656
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
657
|
+
*/
|
|
658
|
+
enabled: pulumi.Input<boolean>;
|
|
659
|
+
/**
|
|
660
|
+
* Full URL to ending with the repository name.
|
|
661
|
+
*/
|
|
662
|
+
url: pulumi.Input<string>;
|
|
663
|
+
}
|
|
664
|
+
export interface GetFederatedChefRepositoryMember {
|
|
665
|
+
/**
|
|
666
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
667
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
668
|
+
*/
|
|
669
|
+
enabled: boolean;
|
|
670
|
+
/**
|
|
671
|
+
* Full URL to ending with the repository name.
|
|
672
|
+
*/
|
|
673
|
+
url: string;
|
|
674
|
+
}
|
|
675
|
+
export interface GetFederatedChefRepositoryMemberArgs {
|
|
676
|
+
/**
|
|
677
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
678
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
679
|
+
*/
|
|
680
|
+
enabled: pulumi.Input<boolean>;
|
|
681
|
+
/**
|
|
682
|
+
* Full URL to ending with the repository name.
|
|
683
|
+
*/
|
|
684
|
+
url: pulumi.Input<string>;
|
|
685
|
+
}
|
|
686
|
+
export interface GetFederatedCocoapodsRepositoryMember {
|
|
687
|
+
/**
|
|
688
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
689
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
690
|
+
*/
|
|
691
|
+
enabled: boolean;
|
|
692
|
+
/**
|
|
693
|
+
* Full URL to ending with the repository name.
|
|
694
|
+
*/
|
|
695
|
+
url: string;
|
|
696
|
+
}
|
|
697
|
+
export interface GetFederatedCocoapodsRepositoryMemberArgs {
|
|
698
|
+
/**
|
|
699
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
700
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
701
|
+
*/
|
|
702
|
+
enabled: pulumi.Input<boolean>;
|
|
703
|
+
/**
|
|
704
|
+
* Full URL to ending with the repository name.
|
|
705
|
+
*/
|
|
706
|
+
url: pulumi.Input<string>;
|
|
707
|
+
}
|
|
708
|
+
export interface GetFederatedComposerRepositoryMember {
|
|
709
|
+
/**
|
|
710
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
711
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
712
|
+
*/
|
|
713
|
+
enabled: boolean;
|
|
714
|
+
/**
|
|
715
|
+
* Full URL to ending with the repository name.
|
|
716
|
+
*/
|
|
717
|
+
url: string;
|
|
718
|
+
}
|
|
719
|
+
export interface GetFederatedComposerRepositoryMemberArgs {
|
|
720
|
+
/**
|
|
721
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
722
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
723
|
+
*/
|
|
724
|
+
enabled: pulumi.Input<boolean>;
|
|
725
|
+
/**
|
|
726
|
+
* Full URL to ending with the repository name.
|
|
727
|
+
*/
|
|
728
|
+
url: pulumi.Input<string>;
|
|
729
|
+
}
|
|
730
|
+
export interface GetFederatedConanRepositoryMember {
|
|
731
|
+
/**
|
|
732
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
733
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
734
|
+
*/
|
|
735
|
+
enabled: boolean;
|
|
736
|
+
/**
|
|
737
|
+
* Full URL to ending with the repository name.
|
|
738
|
+
*/
|
|
739
|
+
url: string;
|
|
740
|
+
}
|
|
741
|
+
export interface GetFederatedConanRepositoryMemberArgs {
|
|
742
|
+
/**
|
|
743
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
744
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
745
|
+
*/
|
|
746
|
+
enabled: pulumi.Input<boolean>;
|
|
747
|
+
/**
|
|
748
|
+
* Full URL to ending with the repository name.
|
|
749
|
+
*/
|
|
750
|
+
url: pulumi.Input<string>;
|
|
751
|
+
}
|
|
752
|
+
export interface GetFederatedCondaRepositoryMember {
|
|
753
|
+
/**
|
|
754
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
755
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
756
|
+
*/
|
|
757
|
+
enabled: boolean;
|
|
758
|
+
/**
|
|
759
|
+
* Full URL to ending with the repository name.
|
|
760
|
+
*/
|
|
761
|
+
url: string;
|
|
762
|
+
}
|
|
763
|
+
export interface GetFederatedCondaRepositoryMemberArgs {
|
|
764
|
+
/**
|
|
765
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
766
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
767
|
+
*/
|
|
768
|
+
enabled: pulumi.Input<boolean>;
|
|
769
|
+
/**
|
|
770
|
+
* Full URL to ending with the repository name.
|
|
771
|
+
*/
|
|
772
|
+
url: pulumi.Input<string>;
|
|
773
|
+
}
|
|
774
|
+
export interface GetFederatedCranRepositoryMember {
|
|
775
|
+
/**
|
|
776
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
777
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
778
|
+
*/
|
|
779
|
+
enabled: boolean;
|
|
780
|
+
/**
|
|
781
|
+
* Full URL to ending with the repository name.
|
|
782
|
+
*/
|
|
783
|
+
url: string;
|
|
784
|
+
}
|
|
785
|
+
export interface GetFederatedCranRepositoryMemberArgs {
|
|
786
|
+
/**
|
|
787
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
788
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
789
|
+
*/
|
|
790
|
+
enabled: pulumi.Input<boolean>;
|
|
791
|
+
/**
|
|
792
|
+
* Full URL to ending with the repository name.
|
|
793
|
+
*/
|
|
794
|
+
url: pulumi.Input<string>;
|
|
795
|
+
}
|
|
796
|
+
export interface GetFederatedDebianRepositoryMember {
|
|
797
|
+
/**
|
|
798
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
799
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
800
|
+
*/
|
|
801
|
+
enabled: boolean;
|
|
802
|
+
/**
|
|
803
|
+
* Full URL to ending with the repository name.
|
|
804
|
+
*/
|
|
805
|
+
url: string;
|
|
806
|
+
}
|
|
807
|
+
export interface GetFederatedDebianRepositoryMemberArgs {
|
|
808
|
+
/**
|
|
809
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
810
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
811
|
+
*/
|
|
812
|
+
enabled: pulumi.Input<boolean>;
|
|
813
|
+
/**
|
|
814
|
+
* Full URL to ending with the repository name.
|
|
815
|
+
*/
|
|
816
|
+
url: pulumi.Input<string>;
|
|
817
|
+
}
|
|
818
|
+
export interface GetFederatedDockerRepositoryMember {
|
|
819
|
+
enabled: boolean;
|
|
820
|
+
url: string;
|
|
821
|
+
}
|
|
822
|
+
export interface GetFederatedDockerRepositoryMemberArgs {
|
|
823
|
+
enabled: pulumi.Input<boolean>;
|
|
824
|
+
url: pulumi.Input<string>;
|
|
825
|
+
}
|
|
826
|
+
export interface GetFederatedDockerV1RepositoryMember {
|
|
827
|
+
/**
|
|
828
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
829
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
830
|
+
*/
|
|
831
|
+
enabled: boolean;
|
|
832
|
+
/**
|
|
833
|
+
* Full URL to ending with the repository name.
|
|
834
|
+
*/
|
|
835
|
+
url: string;
|
|
836
|
+
}
|
|
837
|
+
export interface GetFederatedDockerV1RepositoryMemberArgs {
|
|
838
|
+
/**
|
|
839
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
840
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
841
|
+
*/
|
|
842
|
+
enabled: pulumi.Input<boolean>;
|
|
843
|
+
/**
|
|
844
|
+
* Full URL to ending with the repository name.
|
|
845
|
+
*/
|
|
846
|
+
url: pulumi.Input<string>;
|
|
847
|
+
}
|
|
848
|
+
export interface GetFederatedDockerV2RepositoryMember {
|
|
849
|
+
/**
|
|
850
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
851
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
852
|
+
*/
|
|
853
|
+
enabled: boolean;
|
|
854
|
+
/**
|
|
855
|
+
* Full URL to ending with the repository name.
|
|
856
|
+
*/
|
|
857
|
+
url: string;
|
|
858
|
+
}
|
|
859
|
+
export interface GetFederatedDockerV2RepositoryMemberArgs {
|
|
860
|
+
/**
|
|
861
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
862
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
863
|
+
*/
|
|
864
|
+
enabled: pulumi.Input<boolean>;
|
|
865
|
+
/**
|
|
866
|
+
* Full URL to ending with the repository name.
|
|
867
|
+
*/
|
|
868
|
+
url: pulumi.Input<string>;
|
|
869
|
+
}
|
|
870
|
+
export interface GetFederatedGemsRepositoryMember {
|
|
871
|
+
/**
|
|
872
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
873
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
874
|
+
*/
|
|
875
|
+
enabled: boolean;
|
|
876
|
+
/**
|
|
877
|
+
* Full URL to ending with the repository name.
|
|
878
|
+
*/
|
|
879
|
+
url: string;
|
|
880
|
+
}
|
|
881
|
+
export interface GetFederatedGemsRepositoryMemberArgs {
|
|
882
|
+
/**
|
|
883
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
884
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
885
|
+
*/
|
|
886
|
+
enabled: pulumi.Input<boolean>;
|
|
887
|
+
/**
|
|
888
|
+
* Full URL to ending with the repository name.
|
|
889
|
+
*/
|
|
890
|
+
url: pulumi.Input<string>;
|
|
891
|
+
}
|
|
892
|
+
export interface GetFederatedGenericRepositoryMember {
|
|
893
|
+
/**
|
|
894
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
895
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
896
|
+
*/
|
|
897
|
+
enabled: boolean;
|
|
898
|
+
/**
|
|
899
|
+
* Full URL to ending with the repository name.
|
|
900
|
+
*/
|
|
901
|
+
url: string;
|
|
902
|
+
}
|
|
903
|
+
export interface GetFederatedGenericRepositoryMemberArgs {
|
|
904
|
+
/**
|
|
905
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
906
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
907
|
+
*/
|
|
908
|
+
enabled: pulumi.Input<boolean>;
|
|
909
|
+
/**
|
|
910
|
+
* Full URL to ending with the repository name.
|
|
911
|
+
*/
|
|
912
|
+
url: pulumi.Input<string>;
|
|
913
|
+
}
|
|
914
|
+
export interface GetFederatedGitlfsRepositoryMember {
|
|
915
|
+
/**
|
|
916
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
917
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
918
|
+
*/
|
|
919
|
+
enabled: boolean;
|
|
920
|
+
/**
|
|
921
|
+
* Full URL to ending with the repository name.
|
|
922
|
+
*/
|
|
923
|
+
url: string;
|
|
924
|
+
}
|
|
925
|
+
export interface GetFederatedGitlfsRepositoryMemberArgs {
|
|
926
|
+
/**
|
|
927
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
928
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
929
|
+
*/
|
|
930
|
+
enabled: pulumi.Input<boolean>;
|
|
931
|
+
/**
|
|
932
|
+
* Full URL to ending with the repository name.
|
|
933
|
+
*/
|
|
934
|
+
url: pulumi.Input<string>;
|
|
935
|
+
}
|
|
936
|
+
export interface GetFederatedGoRepositoryMember {
|
|
937
|
+
/**
|
|
938
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
939
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
940
|
+
*/
|
|
941
|
+
enabled: boolean;
|
|
942
|
+
/**
|
|
943
|
+
* Full URL to ending with the repository name.
|
|
944
|
+
*/
|
|
945
|
+
url: string;
|
|
946
|
+
}
|
|
947
|
+
export interface GetFederatedGoRepositoryMemberArgs {
|
|
948
|
+
/**
|
|
949
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
950
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
951
|
+
*/
|
|
952
|
+
enabled: pulumi.Input<boolean>;
|
|
953
|
+
/**
|
|
954
|
+
* Full URL to ending with the repository name.
|
|
955
|
+
*/
|
|
956
|
+
url: pulumi.Input<string>;
|
|
957
|
+
}
|
|
958
|
+
export interface GetFederatedGradleRepositoryMember {
|
|
959
|
+
/**
|
|
960
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
961
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
962
|
+
*/
|
|
963
|
+
enabled: boolean;
|
|
964
|
+
/**
|
|
965
|
+
* Full URL to ending with the repository name.
|
|
966
|
+
*/
|
|
967
|
+
url: string;
|
|
968
|
+
}
|
|
969
|
+
export interface GetFederatedGradleRepositoryMemberArgs {
|
|
970
|
+
/**
|
|
971
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
972
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
973
|
+
*/
|
|
974
|
+
enabled: pulumi.Input<boolean>;
|
|
975
|
+
/**
|
|
976
|
+
* Full URL to ending with the repository name.
|
|
977
|
+
*/
|
|
978
|
+
url: pulumi.Input<string>;
|
|
979
|
+
}
|
|
980
|
+
export interface GetFederatedHelmRepositoryMember {
|
|
981
|
+
/**
|
|
982
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
983
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
984
|
+
*/
|
|
985
|
+
enabled: boolean;
|
|
986
|
+
/**
|
|
987
|
+
* Full URL to ending with the repository name.
|
|
988
|
+
*/
|
|
989
|
+
url: string;
|
|
990
|
+
}
|
|
991
|
+
export interface GetFederatedHelmRepositoryMemberArgs {
|
|
992
|
+
/**
|
|
993
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
994
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
995
|
+
*/
|
|
996
|
+
enabled: pulumi.Input<boolean>;
|
|
997
|
+
/**
|
|
998
|
+
* Full URL to ending with the repository name.
|
|
999
|
+
*/
|
|
1000
|
+
url: pulumi.Input<string>;
|
|
1001
|
+
}
|
|
1002
|
+
export interface GetFederatedIvyRepositoryMember {
|
|
1003
|
+
/**
|
|
1004
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1005
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1006
|
+
*/
|
|
1007
|
+
enabled: boolean;
|
|
1008
|
+
/**
|
|
1009
|
+
* Full URL to ending with the repository name.
|
|
1010
|
+
*/
|
|
1011
|
+
url: string;
|
|
1012
|
+
}
|
|
1013
|
+
export interface GetFederatedIvyRepositoryMemberArgs {
|
|
1014
|
+
/**
|
|
1015
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1016
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1017
|
+
*/
|
|
1018
|
+
enabled: pulumi.Input<boolean>;
|
|
1019
|
+
/**
|
|
1020
|
+
* Full URL to ending with the repository name.
|
|
1021
|
+
*/
|
|
1022
|
+
url: pulumi.Input<string>;
|
|
1023
|
+
}
|
|
1024
|
+
export interface GetFederatedMavenRepositoryMember {
|
|
1025
|
+
/**
|
|
1026
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1027
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1028
|
+
*/
|
|
1029
|
+
enabled: boolean;
|
|
1030
|
+
/**
|
|
1031
|
+
* Full URL to ending with the repository name.
|
|
1032
|
+
*/
|
|
1033
|
+
url: string;
|
|
1034
|
+
}
|
|
1035
|
+
export interface GetFederatedMavenRepositoryMemberArgs {
|
|
1036
|
+
/**
|
|
1037
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1038
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1039
|
+
*/
|
|
1040
|
+
enabled: pulumi.Input<boolean>;
|
|
1041
|
+
/**
|
|
1042
|
+
* Full URL to ending with the repository name.
|
|
1043
|
+
*/
|
|
1044
|
+
url: pulumi.Input<string>;
|
|
1045
|
+
}
|
|
1046
|
+
export interface GetFederatedNpmRepositoryMember {
|
|
1047
|
+
/**
|
|
1048
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1049
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1050
|
+
*/
|
|
1051
|
+
enabled: boolean;
|
|
1052
|
+
/**
|
|
1053
|
+
* Full URL to ending with the repository name.
|
|
1054
|
+
*/
|
|
1055
|
+
url: string;
|
|
1056
|
+
}
|
|
1057
|
+
export interface GetFederatedNpmRepositoryMemberArgs {
|
|
1058
|
+
/**
|
|
1059
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1060
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1061
|
+
*/
|
|
1062
|
+
enabled: pulumi.Input<boolean>;
|
|
1063
|
+
/**
|
|
1064
|
+
* Full URL to ending with the repository name.
|
|
1065
|
+
*/
|
|
1066
|
+
url: pulumi.Input<string>;
|
|
1067
|
+
}
|
|
1068
|
+
export interface GetFederatedNugetRepositoryMember {
|
|
1069
|
+
/**
|
|
1070
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1071
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1072
|
+
*/
|
|
1073
|
+
enabled: boolean;
|
|
1074
|
+
/**
|
|
1075
|
+
* Full URL to ending with the repository name.
|
|
1076
|
+
*/
|
|
1077
|
+
url: string;
|
|
1078
|
+
}
|
|
1079
|
+
export interface GetFederatedNugetRepositoryMemberArgs {
|
|
1080
|
+
/**
|
|
1081
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1082
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1083
|
+
*/
|
|
1084
|
+
enabled: pulumi.Input<boolean>;
|
|
1085
|
+
/**
|
|
1086
|
+
* Full URL to ending with the repository name.
|
|
1087
|
+
*/
|
|
1088
|
+
url: pulumi.Input<string>;
|
|
1089
|
+
}
|
|
1090
|
+
export interface GetFederatedOpkgRepositoryMember {
|
|
1091
|
+
/**
|
|
1092
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1093
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1094
|
+
*/
|
|
1095
|
+
enabled: boolean;
|
|
1096
|
+
/**
|
|
1097
|
+
* Full URL to ending with the repository name.
|
|
1098
|
+
*/
|
|
1099
|
+
url: string;
|
|
1100
|
+
}
|
|
1101
|
+
export interface GetFederatedOpkgRepositoryMemberArgs {
|
|
1102
|
+
/**
|
|
1103
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1104
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1105
|
+
*/
|
|
1106
|
+
enabled: pulumi.Input<boolean>;
|
|
1107
|
+
/**
|
|
1108
|
+
* Full URL to ending with the repository name.
|
|
1109
|
+
*/
|
|
1110
|
+
url: pulumi.Input<string>;
|
|
1111
|
+
}
|
|
1112
|
+
export interface GetFederatedPuppetRepositoryMember {
|
|
1113
|
+
/**
|
|
1114
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1115
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1116
|
+
*/
|
|
1117
|
+
enabled: boolean;
|
|
1118
|
+
/**
|
|
1119
|
+
* Full URL to ending with the repository name.
|
|
1120
|
+
*/
|
|
1121
|
+
url: string;
|
|
1122
|
+
}
|
|
1123
|
+
export interface GetFederatedPuppetRepositoryMemberArgs {
|
|
1124
|
+
/**
|
|
1125
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1126
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1127
|
+
*/
|
|
1128
|
+
enabled: pulumi.Input<boolean>;
|
|
1129
|
+
/**
|
|
1130
|
+
* Full URL to ending with the repository name.
|
|
1131
|
+
*/
|
|
1132
|
+
url: pulumi.Input<string>;
|
|
1133
|
+
}
|
|
1134
|
+
export interface GetFederatedPypiRepositoryMember {
|
|
1135
|
+
/**
|
|
1136
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1137
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1138
|
+
*/
|
|
1139
|
+
enabled: boolean;
|
|
1140
|
+
/**
|
|
1141
|
+
* Full URL to ending with the repository name.
|
|
1142
|
+
*/
|
|
1143
|
+
url: string;
|
|
1144
|
+
}
|
|
1145
|
+
export interface GetFederatedPypiRepositoryMemberArgs {
|
|
1146
|
+
/**
|
|
1147
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1148
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1149
|
+
*/
|
|
1150
|
+
enabled: pulumi.Input<boolean>;
|
|
1151
|
+
/**
|
|
1152
|
+
* Full URL to ending with the repository name.
|
|
1153
|
+
*/
|
|
1154
|
+
url: pulumi.Input<string>;
|
|
1155
|
+
}
|
|
1156
|
+
export interface GetFederatedRpmRepositoryMember {
|
|
1157
|
+
/**
|
|
1158
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1159
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1160
|
+
*/
|
|
1161
|
+
enabled: boolean;
|
|
1162
|
+
/**
|
|
1163
|
+
* Full URL to ending with the repository name.
|
|
1164
|
+
*/
|
|
1165
|
+
url: string;
|
|
1166
|
+
}
|
|
1167
|
+
export interface GetFederatedRpmRepositoryMemberArgs {
|
|
1168
|
+
/**
|
|
1169
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1170
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1171
|
+
*/
|
|
1172
|
+
enabled: pulumi.Input<boolean>;
|
|
1173
|
+
/**
|
|
1174
|
+
* Full URL to ending with the repository name.
|
|
1175
|
+
*/
|
|
1176
|
+
url: pulumi.Input<string>;
|
|
1177
|
+
}
|
|
1178
|
+
export interface GetFederatedSbtRepositoryMember {
|
|
1179
|
+
/**
|
|
1180
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1181
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1182
|
+
*/
|
|
1183
|
+
enabled: boolean;
|
|
1184
|
+
/**
|
|
1185
|
+
* Full URL to ending with the repository name.
|
|
1186
|
+
*/
|
|
1187
|
+
url: string;
|
|
1188
|
+
}
|
|
1189
|
+
export interface GetFederatedSbtRepositoryMemberArgs {
|
|
1190
|
+
/**
|
|
1191
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1192
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1193
|
+
*/
|
|
1194
|
+
enabled: pulumi.Input<boolean>;
|
|
1195
|
+
/**
|
|
1196
|
+
* Full URL to ending with the repository name.
|
|
1197
|
+
*/
|
|
1198
|
+
url: pulumi.Input<string>;
|
|
1199
|
+
}
|
|
1200
|
+
export interface GetFederatedSwiftRepositoryMember {
|
|
1201
|
+
/**
|
|
1202
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1203
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1204
|
+
*/
|
|
1205
|
+
enabled: boolean;
|
|
1206
|
+
/**
|
|
1207
|
+
* Full URL to ending with the repository name.
|
|
1208
|
+
*/
|
|
1209
|
+
url: string;
|
|
1210
|
+
}
|
|
1211
|
+
export interface GetFederatedSwiftRepositoryMemberArgs {
|
|
1212
|
+
/**
|
|
1213
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1214
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1215
|
+
*/
|
|
1216
|
+
enabled: pulumi.Input<boolean>;
|
|
1217
|
+
/**
|
|
1218
|
+
* Full URL to ending with the repository name.
|
|
1219
|
+
*/
|
|
1220
|
+
url: pulumi.Input<string>;
|
|
1221
|
+
}
|
|
1222
|
+
export interface GetFederatedTerraformModuleRepositoryMember {
|
|
1223
|
+
/**
|
|
1224
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1225
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1226
|
+
*/
|
|
1227
|
+
enabled: boolean;
|
|
1228
|
+
/**
|
|
1229
|
+
* Full URL to ending with the repository name.
|
|
1230
|
+
*/
|
|
1231
|
+
url: string;
|
|
1232
|
+
}
|
|
1233
|
+
export interface GetFederatedTerraformModuleRepositoryMemberArgs {
|
|
1234
|
+
/**
|
|
1235
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1236
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1237
|
+
*/
|
|
1238
|
+
enabled: pulumi.Input<boolean>;
|
|
1239
|
+
/**
|
|
1240
|
+
* Full URL to ending with the repository name.
|
|
1241
|
+
*/
|
|
1242
|
+
url: pulumi.Input<string>;
|
|
1243
|
+
}
|
|
1244
|
+
export interface GetFederatedTerraformProviderRepositoryMember {
|
|
1245
|
+
/**
|
|
1246
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1247
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1248
|
+
*/
|
|
1249
|
+
enabled: boolean;
|
|
1250
|
+
/**
|
|
1251
|
+
* Full URL to ending with the repository name.
|
|
1252
|
+
*/
|
|
1253
|
+
url: string;
|
|
1254
|
+
}
|
|
1255
|
+
export interface GetFederatedTerraformProviderRepositoryMemberArgs {
|
|
1256
|
+
/**
|
|
1257
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1258
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1259
|
+
*/
|
|
1260
|
+
enabled: pulumi.Input<boolean>;
|
|
1261
|
+
/**
|
|
1262
|
+
* Full URL to ending with the repository name.
|
|
1263
|
+
*/
|
|
1264
|
+
url: pulumi.Input<string>;
|
|
1265
|
+
}
|
|
1266
|
+
export interface GetFederatedVagrantRepositoryMember {
|
|
1267
|
+
/**
|
|
1268
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1269
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1270
|
+
*/
|
|
1271
|
+
enabled: boolean;
|
|
1272
|
+
/**
|
|
1273
|
+
* Full URL to ending with the repository name.
|
|
1274
|
+
*/
|
|
1275
|
+
url: string;
|
|
1276
|
+
}
|
|
1277
|
+
export interface GetFederatedVagrantRepositoryMemberArgs {
|
|
1278
|
+
/**
|
|
1279
|
+
* Represents the active state of the federated member. It is supported to change the enabled
|
|
1280
|
+
* status of my own member. The config will be updated on the other federated members automatically.
|
|
1281
|
+
*/
|
|
1282
|
+
enabled: pulumi.Input<boolean>;
|
|
1283
|
+
/**
|
|
1284
|
+
* Full URL to ending with the repository name.
|
|
1285
|
+
*/
|
|
1286
|
+
url: pulumi.Input<string>;
|
|
1287
|
+
}
|
|
598
1288
|
export interface GetPermissionTargetBuild {
|
|
599
1289
|
actions?: inputs.GetPermissionTargetBuildActions;
|
|
600
1290
|
/**
|